aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-08-09 00:06:19 +0800
committerWill Thompson <will.thompson@collabora.co.uk>2011-08-09 00:06:19 +0800
commit5bc1c756d01ac49513534b302238da7558f0d607 (patch)
tree4b84321c3f81701cccba49b83dd66f391eb7a43a
parent75e1fbc9e330e16c48a835e4f73d468b00c7b5b5 (diff)
downloadgsoc2013-empathy-5bc1c756d01ac49513534b302238da7558f0d607.tar
gsoc2013-empathy-5bc1c756d01ac49513534b302238da7558f0d607.tar.gz
gsoc2013-empathy-5bc1c756d01ac49513534b302238da7558f0d607.tar.bz2
gsoc2013-empathy-5bc1c756d01ac49513534b302238da7558f0d607.tar.lz
gsoc2013-empathy-5bc1c756d01ac49513534b302238da7558f0d607.tar.xz
gsoc2013-empathy-5bc1c756d01ac49513534b302238da7558f0d607.tar.zst
gsoc2013-empathy-5bc1c756d01ac49513534b302238da7558f0d607.zip
Blocking dialog: use a sensible default size
This is the same area as is used for the custom status dialog's scrolled window. The content area turns out very slightly smaller, because the area includes the tree view's header.
-rw-r--r--libempathy-gtk/empathy-contact-blocking-dialog.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.ui b/libempathy-gtk/empathy-contact-blocking-dialog.ui
index 766d27b23..78dd1cd2d 100644
--- a/libempathy-gtk/empathy-contact-blocking-dialog.ui
+++ b/libempathy-gtk/empathy-contact-blocking-dialog.ui
@@ -48,6 +48,8 @@
<property name="hscrollbar_policy">never</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">etched-in</property>
+ <property name="width_request">408</property>
+ <property name="height_request">252</property>
<child>
<object class="GtkTreeView" id="blocked-contacts-view">
<property name="visible">True</property>