Qt: adjust custom stylesheets to work with the new toolbar slider

This commit is contained in:
Megamouse
2018-07-01 20:47:51 +02:00
committed by Ivan
parent 3a5ce90148
commit e6d49798ce
4 changed files with 44 additions and 7 deletions
+12 -1
View File
@@ -250,12 +250,23 @@ QWidget#trophy_notification_frame {
}
/* Game Grid Font */
QLabel#gamegrid_font {
QTableWidget#game_grid {
font-weight: 600;
font-size: 8pt;
font-family: Lucida Grande;
}
/* Set Toolbar Slider Size */
QSlider#sizeSlider::groove:horizontal {
border: 0em solid transparent;
height: .3em;
background: #fff;
}
QSlider#sizeSlider::handle:horizontal {
width: 1em;
margin: -.8em 0;
}
/* Set Theme UI colors */
QLabel#gamelist_icon_background_color {
color: transparent;