Tidy up message dialog.

This commit is contained in:
Ernie Pasveer
2023-07-07 20:32:08 -05:00
parent e229c072df
commit 52691c09e7
+1 -7
View File
@@ -15,14 +15,8 @@ SeerMessagesDialog::SeerMessagesDialog (QWidget* parent) : QDialog(parent) {
setWindowIcon(QIcon(":/seer/resources/seergdb_64x64.png"));
setWindowTitle("Seer Execution Messages");
Qt::WindowFlags flags = windowFlags();
flags |= Qt::WindowStaysOnTopHint;
setWindowFlags(flags);
// Setup the widgets.
QString style = "QTreeWidget::item:!selected "
QString style = "QTreeWidget::item:!selected " // Items in tree widget will have a border.
"{ "
"border: 1px solid gainsboro; "
"border-left: none; "