From 4d3495b3fb00b644c57e773bbcdbfb2eee7c0ea6 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Tue, 8 Oct 2019 23:17:48 -0400 Subject: theme fixes for QToolButton with a menu --- src/stylesheets/Night Eyes.qss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/stylesheets/Night Eyes.qss') 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 ----------------------------------------------------- */ -- cgit v1.3.1