[gtk+] win32: add margin to scale trough
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] win32: add margin to scale trough
- Date: Fri, 24 Jan 2014 16:58:42 +0000 (UTC)
commit f7a3d54a7630b9873a3caba4eeeeeb2aa4faca84
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Fri Jan 24 17:57:59 2014 +0100
win32: add margin to scale trough
gtk/resources/theme/gtk-win32-base.css | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gtk/resources/theme/gtk-win32-base.css b/gtk/resources/theme/gtk-win32-base.css
index d6d2323..a0bc114 100644
--- a/gtk/resources/theme/gtk-win32-base.css
+++ b/gtk/resources/theme/gtk-win32-base.css
@@ -438,13 +438,15 @@ GtkButton.check:active:prelight {
}
.scale.trough {
+ margin: 8px 0;
border-style: none;
border-width: 0;
- background-image: -gtk-win32-theme-part(trackbar, 1 1, margins (2 0 2 0));
+ background-image: -gtk-win32-theme-part(trackbar, 1 1);
}
.scale.trough.vertical {
- background-image: -gtk-win32-theme-part(trackbar, 1 1, margins (0 2 0 2));
+ margin: 0 8px;
+ background-image: -gtk-win32-theme-part(trackbar, 1 1);
}
.scale.slider {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]