summaryrefslogtreecommitdiffstats
path: root/src/patchage.glade
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-09 18:23:57 +0000
committerDavid Robillard <d@drobilla.net>2008-02-09 18:23:57 +0000
commitc06ebcfd1be9085e00dcb1ed25fe2cf8c51a0013 (patch)
tree504def48047a47dc7092818de1639c1b1d17bff2 /src/patchage.glade
parent962555098f07157013fdd91dc2a8faf2440dc092 (diff)
downloadpatchage-c06ebcfd1be9085e00dcb1ed25fe2cf8c51a0013.tar.gz
patchage-c06ebcfd1be9085e00dcb1ed25fe2cf8c51a0013.tar.bz2
patchage-c06ebcfd1be9085e00dcb1ed25fe2cf8c51a0013.zip
Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.
Fix initial size of Patchage messages window. Machina disabled for now (transitioning to generic timestamps). git-svn-id: http://svn.drobilla.net/lad/patchage@1133 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/patchage.glade')
-rw-r--r--src/patchage.glade2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/patchage.glade b/src/patchage.glade
index f07fbda..f76892a 100644
--- a/src/patchage.glade
+++ b/src/patchage.glade
@@ -868,6 +868,8 @@ along with Patchage; if not, write to the Free Software Foundation, Inc.,
<property name="shadow_type">GTK_SHADOW_IN</property>
<child>
<widget class="GtkTextView" id="status_text">
+ <property name="width_request">640</property>
+ <property name="height_request">480</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>