]> git.0d.be Git - empathy.git/commitdiff
Blocking dialog: use a sensible default size
authorWill Thompson <will.thompson@collabora.co.uk>
Mon, 8 Aug 2011 16:06:19 +0000 (18:06 +0200)
committerWill Thompson <will.thompson@collabora.co.uk>
Mon, 8 Aug 2011 16:06:19 +0000 (18:06 +0200)
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.

libempathy-gtk/empathy-contact-blocking-dialog.ui

index 766d27b23f0a4800bf9320e1e43d6594a595071f..78dd1cd2dd1e98bc79c710e15ce6cadd76f115fb 100644 (file)
@@ -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>