diff options
author | jstebbins <[email protected]> | 2015-07-30 21:48:06 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-07-30 21:48:06 +0000 |
commit | 45f6643b611aaa48ba835acb95b6e4270909ae67 (patch) | |
tree | 5e22f7c60ba7717de031eb3afc22e5bc28a3384f /gtk | |
parent | 774e608e813f780fbc707830cc2a9e29bf3591be (diff) |
LinGui: Don't allow toolbar truncation
Force the main window to be large enough that the toolbar is never
truncated.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7388 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb-3.12.ui | 1 | ||||
-rw-r--r-- | gtk/src/ghb-3.14.ui | 1 | ||||
-rw-r--r-- | gtk/src/ghb.ui | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/gtk/src/ghb-3.12.ui b/gtk/src/ghb-3.12.ui index 5163cb986..1bf43d669 100644 --- a/gtk/src/ghb-3.12.ui +++ b/gtk/src/ghb-3.12.ui @@ -909,6 +909,7 @@ libx264 authors: <object class="GtkToolbar" id="toolbar1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="show-arrow">False</property> <property name="icon_size">5</property> <child> <object class="GtkToolButton" id="sourcetoolbutton"> diff --git a/gtk/src/ghb-3.14.ui b/gtk/src/ghb-3.14.ui index e5c3d5f35..ca2073b94 100644 --- a/gtk/src/ghb-3.14.ui +++ b/gtk/src/ghb-3.14.ui @@ -910,6 +910,7 @@ libx264 authors: <object class="GtkToolbar" id="toolbar1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="show-arrow">False</property> <property name="icon_size">5</property> <child> <object class="GtkToolButton" id="sourcetoolbutton"> diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 27c6b5ccf..018606612 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -909,6 +909,7 @@ libx264 authors: <object class="GtkToolbar" id="toolbar1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="show-arrow">False</property> <property name="icon_size">5</property> <child> <object class="GtkToolButton" id="sourcetoolbutton"> |