win32 theme: Replace metric ids with metric names

Makes it more obvious what's actually happening.
This commit is contained in:
Benjamin Otte
2016-02-22 00:50:01 +01:00
parent dc1e191df5
commit cdb12fec9e

View File

@ -346,11 +346,11 @@ scrollbar {
background-color: transparent;
-GtkRange-trough-border: 0;
-GtkRange-arrow-scaling: 0.0;
-GtkRange-slider-width: -gtk-win32-size(scrollbar, 3);
-GtkRange-slider-width: -gtk-win32-size(scrollbar, cyhscroll);
}
scrollbar.vertical {
-GtkRange-slider-width: -gtk-win32-size(scrollbar, 2);
-GtkRange-slider-width: -gtk-win32-size(scrollbar, cxvscroll);
}
scrollbar button.bottom {