Qt: match scrollbar size with gtk3 themes

This commit is contained in:
Daniel Ruiz de Alegría 2021-12-11 07:38:21 +01:00
parent 3108706ef2
commit 111f3646ae
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -9,8 +9,8 @@ QScrollBar::handle {
border-radius: 2px; border-radius: 2px;
border: 0; border: 0;
background: rgba(127, 127, 127, .5); background: rgba(127, 127, 127, .5);
min-height: 20px; min-height: 10px;
min-width: 20px; min-width: 10px;
} }
QScrollBar::handle:hover { background: rgba(127, 127, 127, 1); } QScrollBar::handle:hover { background: rgba(127, 127, 127, 1); }
QScrollBar::handle:pressed { background: palette(highlight); } QScrollBar::handle:pressed { background: palette(highlight); }