diff options
author | jstebbins <[email protected]> | 2009-10-30 17:04:07 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-10-30 17:04:07 +0000 |
commit | 00072b6d65dfd479bb5c99dc7174c35d7050a13d (patch) | |
tree | 9e78342132705f0c1d8d39ed7e29e157b8fa59b8 /gtk | |
parent | 8d64241aa6f5c6efdbe11db0e23a26031e4fe607 (diff) |
LinGui: fix the labels on the queue window's toolbar
forgot about this one
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2901 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-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 68612aeec..9993270b5 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -4741,6 +4741,7 @@ Requires subme >= 6 and trellis >= 1.</property> <child> <object class="GtkToolbar" id="queue_toolbar"> <property name="visible">True</property> + <property name="toolbar_style">both</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <child> <object class="GtkToolButton" id="queue_start2"> |