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 -2
View File
@@ -198,7 +198,7 @@ QLabel#l_controller {
}
/* Game Grid Font */
QLabel#gamegrid_font {
QTableWidget#game_grid {
font-weight: 600;
font-size: 8pt;
font-family: Lucida Grande;
@@ -210,6 +210,17 @@ QWidget#sizeSliderContainer {
background: transparent;
}
QSlider#sizeSlider::groove:horizontal {
border: 0em solid transparent;
height: .3em;
background: #fff;
}
QSlider#sizeSlider::handle:horizontal {
width: 1em;
margin: -.8em 0;
}
/* Debug UI Settings buttons */
QLabel#color_button {
background: transparent;
@@ -224,7 +235,6 @@ QLineEdit#mw_searchbar {
/* Uniform colors in Toolbar */
QToolButton {
background: transparent;
color: transparent;
border-radius: 0.125em;
padding: 0.09375em;
margin-left: 0.125em;