From 111f3646ae5a04450bef64ba31ad5b5df4e6d94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Sat, 11 Dec 2021 07:38:21 +0100 Subject: [PATCH] Qt: match scrollbar size with gtk3 themes --- share/qt5ct/qss/fusion-simple-scrollbar.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qt5ct/qss/fusion-simple-scrollbar.qss b/share/qt5ct/qss/fusion-simple-scrollbar.qss index 20343176..12be8b94 100644 --- a/share/qt5ct/qss/fusion-simple-scrollbar.qss +++ b/share/qt5ct/qss/fusion-simple-scrollbar.qss @@ -9,8 +9,8 @@ QScrollBar::handle { border-radius: 2px; border: 0; background: rgba(127, 127, 127, .5); - min-height: 20px; - min-width: 20px; + min-height: 10px; + min-width: 10px; } QScrollBar::handle:hover { background: rgba(127, 127, 127, 1); } QScrollBar::handle:pressed { background: palette(highlight); }