diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-07-15 09:33:44 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-07-15 13:19:55 -0400 |
commit | 75c8be6b669c4c34fa52520d868f9474752d97f0 (patch) | |
tree | 2dc94848b70a073181e317a9ed4027ba26d080ec /gtk/gtkinfobar.ui | |
parent | 947385ebae240dcafe1bb70b6a3f3678459caf15 (diff) | |
download | gtk+-75c8be6b669c4c34fa52520d868f9474752d97f0.tar.gz |
Make info bar action area horizontal
A vertical action area causes the info bar to be imposingly large.
This defeats the whole point of the info bar which is to be
unobtrusive. Not to mention it is impossible to make it look
and feel good.
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 f8a6799b91..f3b43fc296 100644 --- a/gtk/gtkinfobar.ui +++ b/gtk/gtkinfobar.ui @@ -25,7 +25,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">5</property> - <property name="orientation">vertical</property> + <property name="orientation">horizontal</property> <property name="spacing">6</property> <property name="layout_style">end</property> <child> |