Forcing minimum size in ContactPane.
This will prevent the ContactList from expanding horizontally, when some contact has a name or a status too large.
This commit is contained in:
parent
58753d32b5
commit
c78415b1e1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue