提交 ed917657 编写于 作者: C Colin Edwards 提交者: jp9000

UI: Fix qpushbutton menu icon

Closes jp9000/obs-studio#1141
上级 3f5c28d6
......@@ -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 */
......
......@@ -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 --- */
/******************************/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册