[totem] Avoid slight resize when showing the sidebar



commit 61c1a5ada63e3a4c3251354d6bc2e40fb9cbb695
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 27 17:18:07 2010 +0100

    Avoid slight resize when showing the sidebar
    
    for the first time.
    
    We didn't take the box' border into account it seems.

 data/totem.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/totem.ui b/data/totem.ui
index fb958ec..8255071 100644
--- a/data/totem.ui
+++ b/data/totem.ui
@@ -2049,7 +2049,7 @@
 
 	      <child>
 	        <object class="GtkEventBox" id="tmw_bvw_box">
-		  <property name="border_width">1</property>
+		  <property name="border_width">0</property>
 		  <property name="visible">True</property>
 		  <property name="visible_window">True</property>
 		  <property name="above_child">False</property>



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