Qt: increase scrollbar border-radius

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

View File

@ -6,7 +6,7 @@ QScrollBar:horizontal { max-height: 8px; }
QScrollBar::handle { QScrollBar::handle {
padding: 0; padding: 0;
margin: 2px; margin: 2px;
border-radius: 2px; border-radius: 99px;
border: 0; border: 0;
background: rgba(127, 127, 127, .5); background: rgba(127, 127, 127, .5);
min-height: 10px; min-height: 10px;