Skip to content

Commit

Permalink
UI: Fix qpushbutton menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman authored and jp9000 committed Jan 10, 2018
1 parent 3f5c28d commit ed91765
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UI/data/themes/Dark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,12 @@ QPushButton:checked {
background-color: rgb(122,121,122); /* light */
}

QPushButton::menu-indicator {
image: url(./Dark/down_arrow.png);
subcontrol-position: right;
subcontrol-origin: padding;
width: 25px;
}

/* Sliders */

Expand Down
7 changes: 7 additions & 0 deletions UI/data/themes/Rachni.qss
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,13 @@ QPushButton:disabled {
color: rgb(162, 161, 162); /* Lighter Gray */
}

QPushButton::menu-indicator {
image: url(./Rachni/down_arrow.png);
subcontrol-position: right;
subcontrol-origin: padding;
width: 25px;
}

/******************************/
/* --- Dialog Box Buttons --- */
/******************************/
Expand Down

0 comments on commit ed91765

Please sign in to comment.