mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Add trailing spaces. Some window styles will loose the number.
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);
|
||||
groupBox->setTitle("Stack Info for Thread Id : " + currentthreadid_text + " "); // Add trailing spaces. Some window styles will loose the number.
|
||||
|
||||
stackFramesBrowserWidget()->refresh();
|
||||
stackArgumentsBrowserWidget()->refresh();
|
||||
|
||||
Reference in New Issue
Block a user