]> git.0d.be Git - empathy.git/commitdiff
Make status preset editor taller by default
authorWill Thompson <will.thompson@collabora.co.uk>
Tue, 15 Jun 2010 22:21:34 +0000 (23:21 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 16 Jun 2010 12:39:47 +0000 (14:39 +0200)
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

index bdcc3e63073631835513abb03bcd111fc2474b90..a33018201c2b6db45bcba5b01d3b8db32f44ef26 100644 (file)
@@ -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>