summaryrefslogtreecommitdiff
path: root/src/stylesheets/vs15 Dark-Red.qss
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-08 23:17:48 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-10-08 23:17:48 -0400
commit4d3495b3fb00b644c57e773bbcdbfb2eee7c0ea6 (patch)
treeddc3e35a89ddfb4bb9d9fd4940bb2e7a60642375 /src/stylesheets/vs15 Dark-Red.qss
parent21f55da7d3688eafc9e2dbae4535cf0c554be121 (diff)
theme fixes for QToolButton with a menu
Diffstat (limited to 'src/stylesheets/vs15 Dark-Red.qss')
-rw-r--r--src/stylesheets/vs15 Dark-Red.qss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss
index 0c9143cd..0c0e21a8 100644
--- a/src/stylesheets/vs15 Dark-Red.qss
+++ b/src/stylesheets/vs15 Dark-Red.qss
@@ -210,6 +210,13 @@ QToolButton {
QToolButton:pressed {
background-color: #990000; }
+QToolButton::menu-indicator {
+ image: url(./vs15/combobox-down.png);
+ subcontrol-origin: padding;
+ subcontrol-position: center right;
+ padding-top: 10%;
+ padding-right: 5%; }
+
/* Group Boxes #QGroupBox */
QGroupBox {
border-color: #3F3F46;