summaryrefslogtreecommitdiff
path: root/player
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2007-10-21 19:26:23 +0200
committerBenjamin Otte <otte@gnome.org>2007-10-21 19:26:23 +0200
commita6876423073c0e219f16c256012a200fcb7bbb72 (patch)
treec81db69d51ec0afa4880058c3f87029e349df00f /player
parent9226237e9f903ea22d4eb452f9712cac57693648 (diff)
set a default size
This small window didn't look _that_ nice
Diffstat (limited to 'player')
-rw-r--r--player/swfdec-player.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/swfdec-player.ui b/player/swfdec-player.ui
index 8ab2c23..7c23c43 100644
--- a/player/swfdec-player.ui
+++ b/player/swfdec-player.ui
@@ -86,6 +86,8 @@
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
<property name="resizable">True</property>
+ <property name="default-width">300</property>
+ <property name="default-height">200</property>
<property name="destroy_with_parent">False</property>
<property name="decorated">True</property>
<property name="icon-name">swfdec</property>