win32: add more width to the slider to not cut it when using marks

This commit is contained in:
Ignacio Casal Quinteiro 2014-01-24 17:30:28 +01:00
parent 974e930fb8
commit b4ff954218

View File

@ -432,7 +432,7 @@ GtkButton.check:active:prelight {
.scale {
background-color: transparent;
-GtkScale-value-spacing: 0;
-GtkScale-slider-length: 9;
-GtkScale-slider-length: 12;
-GtkRange-slider-width: 20;
-GtkRange-trough-border: 0;
}