mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Use new QColorButton that has a visible frame.
This commit is contained in:
@@ -13,6 +13,9 @@ SeerStackDumpSettingsDialog::SeerStackDumpSettingsDialog (QWidget* parent) : QDi
|
||||
// Set up the UI.
|
||||
setupUi(this);
|
||||
|
||||
spHighLightColorButton->setFrameStyle(QFrame::Box|QFrame::Plain);
|
||||
spHighLightColorButton->setLineWidth(1);
|
||||
|
||||
// Setup the widgets
|
||||
setStackPointerExpression("$sp");
|
||||
setStackPointerColor(QColor("lightGray"));
|
||||
|
||||
Reference in New Issue
Block a user