diff options
author | John Stebbins <[email protected]> | 2017-12-20 10:59:59 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-12-20 10:59:59 -0800 |
commit | 99dc808b5317e4ede3c0edb39f9d60dd2a0ca5d4 (patch) | |
tree | 875fc81301c020738e23dc464318a9bbff2bd6d3 /gtk/src | |
parent | ad5ec4705201d3905846a5c81955e48f990658a0 (diff) |
LinGui: fix a main window resizing issue
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/ghb.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index f2b46bcf2..e026744a9 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -5463,7 +5463,7 @@ filter_output([ <child> <object class="GtkBox" id="advanced_video_tab"> <property name="orientation">horizontal</property> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <child> |