[gtk+] win32: add more width to the slider to not cut it when using marks



commit b4ff95421813356c7195a913be6f48e22aafaa5d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Jan 24 17:30:28 2014 +0100

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

 gtk/resources/theme/gtk-win32-base.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/resources/theme/gtk-win32-base.css b/gtk/resources/theme/gtk-win32-base.css
index c4d340c..d6d2323 100644
--- a/gtk/resources/theme/gtk-win32-base.css
+++ b/gtk/resources/theme/gtk-win32-base.css
@@ -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;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]