Add trailing spaces. Some window styles will loose the number.

This commit is contained in:
Ernie Pasveer
2023-06-04 08:29:28 -05:00
parent e1729d34f2
commit 3b29e08f90
+1 -1
View File
@@ -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();