diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-07-15 09:49:32 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-07-15 13:19:55 -0400 |
commit | 168f425df0b7c0eb878050385c1aa35ab0fd504b (patch) | |
tree | ad7187a024acf547b32ac9c99e25600564bcf8e9 /gtk/gtkinfobar.ui | |
parent | 75c8be6b669c4c34fa52520d868f9474752d97f0 (diff) | |
download | gtk+-168f425df0b7c0eb878050385c1aa35ab0fd504b.tar.gz |
Make the info bar action area border the same as the internal spacing
Using a consistent spacing feels much more polished.
Diffstat (limited to 'gtk/gtkinfobar.ui')
-rw-r--r-- | gtk/gtkinfobar.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkinfobar.ui b/gtk/gtkinfobar.ui index f3b43fc296..ac003a3491 100644 --- a/gtk/gtkinfobar.ui +++ b/gtk/gtkinfobar.ui @@ -24,7 +24,7 @@ <object class="GtkButtonBox" id="action_area"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="orientation">horizontal</property> <property name="spacing">6</property> <property name="layout_style">end</property> |