[gnome-themes-standard] gtk-2 theme: fix entry assets slicing.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] gtk-2 theme: fix entry assets slicing.
- Date: Wed, 12 Sep 2012 19:18:04 +0000 (UTC)
commit 24b76a7a8b8d294a332e6258d8d59bae8ab0ed5f
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Sep 12 21:17:44 2012 +0200
gtk-2 theme: fix entry assets slicing.
themes/Adwaita/gtk-2.0/gtkrc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index f535208..76bb0fd 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -892,7 +892,7 @@ style "entry"
state = NORMAL
shadow = IN
file = "Entry/entry-border.png"
- border = { 3, 3, 4, 4 }
+ border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
@@ -902,7 +902,7 @@ style "entry"
state = INSENSITIVE
shadow = IN
file = "Entry/entry-border-disabled.png"
- border = { 3, 3, 4, 4 }
+ border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
@@ -911,7 +911,7 @@ style "entry"
detail = "entry"
state = ACTIVE
file = "Entry/entry-border-active.png"
- border = { 3, 3, 4, 4 }
+ border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]