QScrollBar Fix

This commit is contained in:
snogcel 2015-04-08 18:48:42 -06:00
parent ac51baf4a2
commit 2757360ace

View File

@ -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 */