1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

gtk2: fix geany search combobox border (#674)

This commit is contained in:
Horst3180 2016-10-14 20:43:05 +02:00
parent 20edae5eed
commit 2ca198985c

View File

@ -76,8 +76,7 @@ style "entry_border" {
} }
} }
style "combobox_entry_border" = "combobox_entry" style "combobox_entry_border" = "combobox_entry" {
{
engine "pixmap" { engine "pixmap" {
@ -87,7 +86,7 @@ style "combobox_entry_border" = "combobox_entry"
state = NORMAL state = NORMAL
shadow = IN shadow = IN
file = "assets/combo-entry-border.png" file = "assets/combo-entry-border.png"
border = { 4, 4, 5, 4 } border = { 4, 4, 12, 12 }
stretch = TRUE stretch = TRUE
direction = LTR direction = LTR
} }
@ -97,7 +96,7 @@ style "combobox_entry_border" = "combobox_entry"
detail = "entry" detail = "entry"
state = ACTIVE state = ACTIVE
file = "assets/combo-entry-border-focus.png" file = "assets/combo-entry-border-focus.png"
border = { 4, 4, 5, 4 } border = { 4, 4, 12, 12 }
stretch = TRUE stretch = TRUE
direction = LTR direction = LTR
} }
@ -108,7 +107,7 @@ style "combobox_entry_border" = "combobox_entry"
state = NORMAL state = NORMAL
shadow = IN shadow = IN
file = "assets/combo-entry-border-rtl.png" file = "assets/combo-entry-border-rtl.png"
border = { 4, 4, 5, 4 } border = { 4, 4, 12, 12 }
stretch = TRUE stretch = TRUE
direction = RTL direction = RTL
} }
@ -118,7 +117,7 @@ style "combobox_entry_border" = "combobox_entry"
detail = "entry" detail = "entry"
state = ACTIVE state = ACTIVE
file = "assets/combo-entry-border-focus-rtl.png" file = "assets/combo-entry-border-focus-rtl.png"
border = { 4, 4, 5, 4 } border = { 4, 4, 12, 12 }
stretch = TRUE stretch = TRUE
direction = RTL direction = RTL
} }