From e72c8c3c051ce8072b7b78e32408198e34c47cb5 Mon Sep 17 00:00:00 2001 From: Tayou Date: Sat, 23 Mar 2024 20:31:55 +0100 Subject: [PATCH] Fluent: make QToolButton dropdown work I'm not super happy about this, but at least it works now, better than it not working! Signed-off-by: Tayou --- themes/Fluent-Dark/themeStyle.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/Fluent-Dark/themeStyle.css b/themes/Fluent-Dark/themeStyle.css index 9a2adc4..6ae97db 100644 --- a/themes/Fluent-Dark/themeStyle.css +++ b/themes/Fluent-Dark/themeStyle.css @@ -87,6 +87,9 @@ QToolButton::menu-indicator { QToolButton::menu-arrow { image: url(theme:ComboBox.png); + width: 20px; + height: 100%; + border-left: 1px solid rgba(255, 255, 255, 8); } QToolButton::menu-button { @@ -1211,4 +1214,4 @@ QToolTip { QListView { padding: 5px; -} \ No newline at end of file +}