From 0a531a9290e094ec3e960e6a2c2fa5e9dfbbe6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Mon, 10 Jan 2022 14:08:49 +0100 Subject: [PATCH] Qt: Fix qt scrollbar --- share/qt5ct/qss/fusion-simple-scrollbar.qss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/qt5ct/qss/fusion-simple-scrollbar.qss b/share/qt5ct/qss/fusion-simple-scrollbar.qss index 73a6dcdc..1099cfc8 100644 --- a/share/qt5ct/qss/fusion-simple-scrollbar.qss +++ b/share/qt5ct/qss/fusion-simple-scrollbar.qss @@ -5,12 +5,12 @@ QScrollBar:horizontal { max-height: 8px; } QScrollBar::handle { padding: 0; - margin: 2px; - border-radius: 99px; + margin: 1px; + border-radius: 3px; border: 0; background: rgba(127, 127, 127, .5); - min-height: 10px; - min-width: 10px; + min-height: 20px; + min-width: 20px; } QScrollBar::handle:hover { background: rgba(127, 127, 127, 1); } QScrollBar::handle:pressed { background: palette(highlight); }