summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-30 03:20:47 +0100
committerBastien Nocera <hadess@hadess.net>2010-10-30 03:20:47 +0100
commit71047797f8c4975a17f1a721d669ba55dfa4de2c (patch)
treeb9edcae7de0191621a479330af4912c6de7f5f91 /data
parent473a6e8d2b95f1e0a84f2d99ab2c1c414dfafe65 (diff)
Make movie player UI look good again
Don't set the slider and button box containers to expand, so that the largest amount of space is kept for the video widget. Fixes weird looking UI since the recent Height-For-Width changes in GTK+ for 3.x.
Diffstat (limited to 'data')
-rw-r--r--data/totem.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/totem.ui b/data/totem.ui
index d69345af..4d969450 100644
--- a/data/totem.ui
+++ b/data/totem.ui
@@ -2278,7 +2278,7 @@
</object>
<packing>
<property name="padding">0</property>
- <property name="expand">True</property>
+ <property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
@@ -2319,7 +2319,7 @@
</object>
<packing>
<property name="padding">0</property>
- <property name="expand">True</property>
+ <property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>