diff options
author | jstebbins <[email protected]> | 2009-10-30 17:01:48 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-10-30 17:01:48 +0000 |
commit | 8d64241aa6f5c6efdbe11db0e23a26031e4fe607 (patch) | |
tree | 5185d480f63ababc342c15014a58d1ac182f4763 /gtk/src/ghb.ui | |
parent | e62d364a4260b91303114dc35eb389e281330f9a (diff) |
LinGui: fix toolbar labels on libgtk 2.18
A change in default behavior of toolbar buttons made the lables not
visible.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2900 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index b04c86e4b..68612aeec 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -541,6 +541,7 @@ <object class="GtkToolbar" id="toolbar1"> <property name="visible">True</property> <property name="icon_size">5</property> + <property name="toolbar_style">both</property> <child> <object class="GtkToolButton" id="sourcetoolbutton"> <property name="visible">True</property> |