[empathy: 2/5] Blocking dialog: use a sensible default size



commit 5bc1c756d01ac49513534b302238da7558f0d607
Author: Will Thompson <will thompson collabora co uk>
Date:   Mon Aug 8 18:06:19 2011 +0200

    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.

 libempathy-gtk/empathy-contact-blocking-dialog.ui |    2 ++
 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 766d27b..78dd1cd 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>



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