diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-09-06 01:34:45 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-09-06 01:34:45 +0200 |
commit | 5214c805634169499365c9a096e1bf0519deaa28 (patch) | |
tree | 53413c841ba2f5bc93d463b94843d9b359d1a413 /portato/gui/templates | |
parent | b8e6e9e1d438e185151c77dbe656df463c6fe24e (diff) | |
download | portato-5214c805634169499365c9a096e1bf0519deaa28.tar.gz portato-5214c805634169499365c9a096e1bf0519deaa28.tar.bz2 portato-5214c805634169499365c9a096e1bf0519deaa28.zip |
Automatic loading of the external menu
Diffstat (limited to '')
-rw-r--r-- | portato/gui/templates/MainWindow.ui | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/portato/gui/templates/MainWindow.ui b/portato/gui/templates/MainWindow.ui index f971d47..0455cfe 100644 --- a/portato/gui/templates/MainWindow.ui +++ b/portato/gui/templates/MainWindow.ui @@ -13,7 +13,17 @@ <property name="visible">True</property> <property name="orientation">vertical</property> <child> - <placeholder/> + <object class="GtkVBox" id="menubar_box"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> </child> <child> <object class="GtkHBox" id="searchHB"> |