[gnome-contacts] Forcing minimum size in ContactPane.



commit c78415b1e1cea8e1f19d939a51fe5d10f36534fe
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Sun Feb 17 13:30:31 2013 -0500

    Forcing minimum size in ContactPane.
    
    This will prevent the ContactList from expanding
    horizontally, when some contact has a name or a status
    too large.

 src/contacts-contact-pane.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 78fbfbe..76a3235 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -489,6 +489,7 @@ public class Contacts.ContactPane : Notebook {
 
       no_selection_frame = new Frame (null);
       no_selection_frame.get_style_context ().add_class ("contacts-content");
+      no_selection_frame.set_size_request (500, -1);
 
       var box = new Grid ();
       box.set_orientation (Orientation.VERTICAL);


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