Qt: make some scrollbars thicker.
How are we supposed to grab them if they are so tiny?
This commit is contained in:
@@ -189,11 +189,11 @@ QSlider#sizeSlider::handle:hover {
|
||||
|
||||
/* Scrollbars */
|
||||
QScrollBar {
|
||||
width: 5px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
QTableView QScrollBar {
|
||||
width: 3px;
|
||||
width: 10px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user