Qt: match scrollbar size with gtk3 themes
This commit is contained in:
parent
3108706ef2
commit
111f3646ae
@ -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); }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user