diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 23:17:48 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 23:17:48 -0400 |
| commit | 4d3495b3fb00b644c57e773bbcdbfb2eee7c0ea6 (patch) | |
| tree | ddc3e35a89ddfb4bb9d9fd4940bb2e7a60642375 /src/stylesheets/Night Eyes.qss | |
| parent | 21f55da7d3688eafc9e2dbae4535cf0c554be121 (diff) | |
theme fixes for QToolButton with a menu
Diffstat (limited to 'src/stylesheets/Night Eyes.qss')
| -rw-r--r-- | src/stylesheets/Night Eyes.qss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss index 142acb6a..0430a8c8 100644 --- a/src/stylesheets/Night Eyes.qss +++ b/src/stylesheets/Night Eyes.qss @@ -80,6 +80,11 @@ QToolButton:pressed background: #181818; } +QToolButton::menu-indicator +{ + width: 8px; +} + /* Left Pane & File Trees ----------------------------------------------------- */ |
