[totem] Make movie player UI look good again



commit 71047797f8c4975a17f1a721d669ba55dfa4de2c
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Oct 30 03:20:47 2010 +0100

    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.

 data/totem.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/totem.ui b/data/totem.ui
index d69345a..4d96945 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]