diff options
author | David Robillard <d@drobilla.net> | 2008-01-02 17:26:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-02 17:26:24 +0000 |
commit | 342cb2b927683c8edc338d0ab21ae86cc66bb422 (patch) | |
tree | 24113f6fedec5126c6ad91df200ff7506e160969 /src/patchage.glade | |
parent | cc2e862e207046040438c8f0c1c1cab3dd140b13 (diff) | |
download | patchage-342cb2b927683c8edc338d0ab21ae86cc66bb422.tar.gz patchage-342cb2b927683c8edc338d0ab21ae86cc66bb422.tar.bz2 patchage-342cb2b927683c8edc338d0ab21ae86cc66bb422.zip |
Remove cruft.
git-svn-id: http://svn.drobilla.net/lad/patchage@1006 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/patchage.glade')
-rw-r--r-- | src/patchage.glade | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/patchage.glade b/src/patchage.glade index 8ab3068..5afad35 100644 --- a/src/patchage.glade +++ b/src/patchage.glade @@ -5,8 +5,6 @@ <widget class="GtkWindow" id="main_win"> <property name="border_width">1</property> <property name="title" translatable="yes">Patchage</property> - <property name="default_width">640</property> - <property name="default_height">480</property> <property name="icon">patchage.svg</property> <child> <widget class="GtkVBox" id="main_vbox"> @@ -523,6 +521,7 @@ The bar represents the maximum processing delay as a fraction of the time availa </widget> <packing> <property name="expand">False</property> + <property name="homogeneous">False</property> </packing> </child> <child> @@ -700,6 +699,8 @@ The bar represents the maximum processing delay as a fraction of the time availa <property name="has_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> + <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> <placeholder/> |