Set min height and width for qt-fusion custom scrollbars

This commit is contained in:
Daniel Ruiz de Alegría 2021-02-12 11:55:53 +01:00
parent 3b9a72e4e7
commit 6c6b481e30

View File

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