[empathy] Make status preset editor taller by default



commit eb7d0f7647e16dff399ca6cc77e4971ff437a56a
Author: Will Thompson <will thompson collabora co uk>
Date:   Tue Jun 15 23:21:34 2010 +0100

    Make status preset editor taller by default
    
    This window defaulted to coming up really small, and it looked silly. So
    this patch makes it a bit taller.
    
    (420 / 260 is approximately the Golden Ratio.)

 libempathy-gtk/empathy-status-preset-dialog.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-status-preset-dialog.ui b/libempathy-gtk/empathy-status-preset-dialog.ui
index bdcc3e6..a330182 100644
--- a/libempathy-gtk/empathy-status-preset-dialog.ui
+++ b/libempathy-gtk/empathy-status-preset-dialog.ui
@@ -4,6 +4,7 @@
   <!-- interface-naming-policy project-wide -->
   <object class="GtkVBox" id="toplevel-vbox">
     <property name="width_request">420</property>
+    <property name="height_request">260</property>
     <property name="visible">True</property>
     <property name="border_width">6</property>
     <property name="orientation">vertical</property>



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