summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-06-04 21:46:58 +0000
committerDavid Robillard <d@drobilla.net>2010-06-04 21:46:58 +0000
commite545ff3c79ac7df5ce59e4ee90d8411917077f0c (patch)
treedcc82f2ff147b5543e24b274fb99a1675b163180 /src
parent6805fbe127e9c56fbc09e88b5e30e51b945ea701 (diff)
downloadingen-e545ff3c79ac7df5ce59e4ee90d8411917077f0c.tar.gz
ingen-e545ff3c79ac7df5ce59e4ee90d8411917077f0c.tar.bz2
ingen-e545ff3c79ac7df5ce59e4ee90d8411917077f0c.zip
Give patch window a default width and height for inferior window managers.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2577 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/gui/ingen_gui.glade2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/ingen_gui.glade b/src/gui/ingen_gui.glade
index aae4f35f..5f765664 100644
--- a/src/gui/ingen_gui.glade
+++ b/src/gui/ingen_gui.glade
@@ -4,6 +4,8 @@
<!-- interface-naming-policy toplevel-contextual -->
<widget class="GtkWindow" id="patch_win">
<property name="title" translatable="yes">Ingen</property>
+ <property name="default_width">776</property>
+ <property name="default_height">480</property>
<child>
<widget class="GtkVBox" id="patch_win_vbox">
<property name="visible">True</property>