aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-2.0/gtkrc
diff options
context:
space:
mode:
authorHorst31802015-06-01 13:27:11 +0200
committerHorst31802015-06-01 13:27:11 +0200
commit30873a9f3abfe7f25a56f4d6f5645e53b07f401c (patch)
tree3f7233c16a30af5624b86fa000922784cca636f2 /common/gtk-2.0/gtkrc
parent90e7be649ddde05e9ca24c71d84a930c9e221b1b (diff)
downloadsolarc-theme-30873a9f3abfe7f25a56f4d6f5645e53b07f401c.tar.gz
solarc-theme-30873a9f3abfe7f25a56f4d6f5645e53b07f401c.tar.xz
solarc-theme-30873a9f3abfe7f25a56f4d6f5645e53b07f401c.zip
fix entry borders
Diffstat (limited to 'common/gtk-2.0/gtkrc')
-rw-r--r--common/gtk-2.0/gtkrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gtk-2.0/gtkrc b/common/gtk-2.0/gtkrc
index 3013c73..a0ac495 100644
--- a/common/gtk-2.0/gtkrc
+++ b/common/gtk-2.0/gtkrc
@@ -1731,7 +1731,7 @@ style "libreoffice_entry" {
state = NORMAL
shadow = IN
file = "assets/entry.png"
- border = { 4, 4, 4, 4 }
+ border = { 12, 12, 12, 12 }
stretch = TRUE
}
@@ -1740,7 +1740,7 @@ style "libreoffice_entry" {
detail = "entry"
state = ACTIVE
file = "assets/entry-focus.png"
- border = { 4, 4, 4, 4 }
+ border = { 12, 12, 12, 12 }
stretch = TRUE
}
}
@@ -1774,7 +1774,7 @@ style "standalone_entry" {
state = NORMAL
shadow = IN
file = "assets/entry.png"
- border = { 4, 4, 4, 4 }
+ border = { 12, 12, 12, 12 }
stretch = TRUE
}
@@ -1783,7 +1783,7 @@ style "standalone_entry" {
detail = "entry"
state = ACTIVE
file = "assets/entry-focus.png"
- border = { 4, 4, 4, 4 }
+ border = { 12, 12, 12, 12 }
stretch = TRUE
}
}