mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
QScrollBar Fix
This commit is contained in:
parent
ac51baf4a2
commit
2757360ace
@ -315,6 +315,11 @@ height:3px;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical { /* Remove Up and Down Arrows from UI */
|
||||
width:0px;
|
||||
height:0px;
|
||||
}
|
||||
|
||||
/*******************************************************/
|
||||
|
||||
/* DIALOG BOXES */
|
||||
|
Loading…
Reference in New Issue
Block a user