Skip to content

Commit

Permalink
Changed the monitor selection button stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Oct 4, 2023
1 parent 8637aa6 commit dcd5cb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/designer/dlgVsSystem.ui
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_Button_Monitor">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="pushButton_Left_Monitor">
<property name="text">
Expand Down
2 changes: 2 additions & 0 deletions src/gui/dlgVsSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ dlgVsSystem::dlgVsSystem(QWidget *parent) : QDialog(parent) {

setStyleSheet(tools_stylesheet());

widget_Monitor->setStyleSheet(button_stylesheet());

pushButton_Left_Coin->setProperty("myIndex", QVariant(1));
pushButton_Right_Coin->setProperty("myIndex", QVariant(2));
pushButton_Service_Coin->setProperty("myIndex", QVariant(3));
Expand Down

0 comments on commit dcd5cb4

Please sign in to comment.