UI: Fix qpushbutton menu icon

Closes jp9000/obs-studio#1141
This commit is contained in:
Colin Edwards 2018-01-09 02:14:59 -06:00 committed by jp9000
parent 3f5c28d631
commit ed917657eb
2 changed files with 13 additions and 0 deletions

View File

@ -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 */

View File

@ -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 --- */
/******************************/