aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-10 00:24:34 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-10 00:24:34 +0200
commit3c5ebf3a2153de55e07786ddbb9cfc54debe85f2 (patch)
tree50112c57e80184804f4961c24915cc220c7bc6af
parenteb209afd25d47c41a5d4733385cb4fa398c8b1e6 (diff)
downloadgtk-vlc-player-3c5ebf3a2153de55e07786ddbb9cfc54debe85f2.tar.gz
fixed UI definition for Glade-3 on windows
for some strange reason, Glade-3 on windows has an additional orientation property for VBoxes
-rw-r--r--src/default.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/default.ui b/src/default.ui
index aadebc3..95e92c5 100644
--- a/src/default.ui
+++ b/src/default.ui
@@ -11,6 +11,7 @@
<child>
<object class="GtkVBox" id="player_window_vbox">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<object class="GtkMenuBar" id="menubar">
<property name="visible">True</property>