diff options
Diffstat (limited to 'common/gtk-2.0')
-rw-r--r-- | common/gtk-2.0/apps.rc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/common/gtk-2.0/apps.rc b/common/gtk-2.0/apps.rc index 872e501..8dbf332 100644 --- a/common/gtk-2.0/apps.rc +++ b/common/gtk-2.0/apps.rc @@ -76,8 +76,7 @@ style "entry_border" { } } -style "combobox_entry_border" = "combobox_entry" -{ +style "combobox_entry_border" = "combobox_entry" { engine "pixmap" { @@ -87,7 +86,7 @@ style "combobox_entry_border" = "combobox_entry" state = NORMAL shadow = IN file = "assets/combo-entry-border.png" - border = { 4, 4, 5, 4 } + border = { 4, 4, 12, 12 } stretch = TRUE direction = LTR } @@ -97,7 +96,7 @@ style "combobox_entry_border" = "combobox_entry" detail = "entry" state = ACTIVE file = "assets/combo-entry-border-focus.png" - border = { 4, 4, 5, 4 } + border = { 4, 4, 12, 12 } stretch = TRUE direction = LTR } @@ -108,7 +107,7 @@ style "combobox_entry_border" = "combobox_entry" state = NORMAL shadow = IN file = "assets/combo-entry-border-rtl.png" - border = { 4, 4, 5, 4 } + border = { 4, 4, 12, 12 } stretch = TRUE direction = RTL } @@ -118,7 +117,7 @@ style "combobox_entry_border" = "combobox_entry" detail = "entry" state = ACTIVE file = "assets/combo-entry-border-focus-rtl.png" - border = { 4, 4, 5, 4 } + border = { 4, 4, 12, 12 } stretch = TRUE direction = RTL } |