Now doesn't fail when there are more than one menu

Set bigger default size for the main window
This commit is contained in:
Sergio Costas 2014-12-05 19:30:02 +01:00
parent 0c2fe06cf3
commit 88b23ca8ea
2 changed files with 4 additions and 4 deletions

View file

@ -37,8 +37,8 @@
</columns>
</object>
<object class="GtkWindow" id="wmain_window">
<property name="width_request">750</property>
<property name="height_request">440</property>
<property name="width_request">1000</property>
<property name="height_request">560</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Devede</property>
<property name="window_position">center</property>