aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-06-16 06:21:34 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-16 20:39:47 +0800
commiteb7d0f7647e16dff399ca6cc77e4971ff437a56a (patch)
treea7660123d3b6e8d188e5fb98a88363e0939d7c5c
parent59bff3ec68fae3ce295983234e2016d1f4cb760c (diff)
downloadgsoc2013-empathy-eb7d0f7647e16dff399ca6cc77e4971ff437a56a.tar
gsoc2013-empathy-eb7d0f7647e16dff399ca6cc77e4971ff437a56a.tar.gz
gsoc2013-empathy-eb7d0f7647e16dff399ca6cc77e4971ff437a56a.tar.bz2
gsoc2013-empathy-eb7d0f7647e16dff399ca6cc77e4971ff437a56a.tar.lz
gsoc2013-empathy-eb7d0f7647e16dff399ca6cc77e4971ff437a56a.tar.xz
gsoc2013-empathy-eb7d0f7647e16dff399ca6cc77e4971ff437a56a.tar.zst
gsoc2013-empathy-eb7d0f7647e16dff399ca6cc77e4971ff437a56a.zip
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.)
-rw-r--r--libempathy-gtk/empathy-status-preset-dialog.ui1
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 bdcc3e630..a33018201 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>