[nautilus-sendto] main: Don't allow shrinking too small



commit 9acc54879e8284779a75ddf6d99f33d7a8973031
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Nov 4 17:17:39 2010 +0000

    main: Don't allow shrinking too small
    
    We still want to see the widgets...

 data/nautilus-sendto.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/nautilus-sendto.ui b/data/nautilus-sendto.ui
index c1ad5f4..9c8dce6 100644
--- a/data/nautilus-sendto.ui
+++ b/data/nautilus-sendto.ui
@@ -78,7 +78,7 @@
               </object>
               <packing>
                 <property name="resize">True</property>
-                <property name="shrink">True</property>
+                <property name="shrink">False</property>
               </packing>
             </child>
           </object>



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