mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Tighten up the layout by removing some needless whitespace.
This commit is contained in:
@@ -193,7 +193,7 @@ void SeerStackManagerWidget::handleText (const QString& text) {
|
||||
|
||||
QString currentthreadid_text = Seer::parseFirst(newtext, "current-thread-id=", '"', '"', false);
|
||||
|
||||
groupBox->setTitle("Stack Info for Thread Id : " + currentthreadid_text + " "); // Add trailing spaces. Some window styles will loose the number.
|
||||
label->setText("Stack Info for Thread Id : " + currentthreadid_text);
|
||||
|
||||
stackFramesBrowserWidget()->refresh();
|
||||
stackArgumentsBrowserWidget()->refresh();
|
||||
@@ -201,7 +201,7 @@ void SeerStackManagerWidget::handleText (const QString& text) {
|
||||
|
||||
}else if (text.startsWith("^error,msg=\"No registers.\"")) {
|
||||
|
||||
groupBox->setTitle("Stack Info");
|
||||
label->setText("Stack Info");
|
||||
|
||||
}else{
|
||||
// Ignore others.
|
||||
|
||||
Reference in New Issue
Block a user