[gnome-contacts] Default to wider window
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Default to wider window
- Date: Fri, 20 Jan 2012 14:51:08 +0000 (UTC)
commit 066539e1810bb782a93e305ac13261d883aeaf6a
Author: Alexander Larsson <alexl redhat com>
Date: Fri Jan 20 15:50:26 2012 +0100
Default to wider window
src/contacts-app.vala | 2 +-
src/contacts-contact-pane.vala | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index f1138da..cb69585 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -251,7 +251,7 @@ public class Contacts.App : Gtk.Application {
window = new Contacts.Window (this);
window.set_application (this);
window.set_title (_("Contacts"));
- window.set_size_request (-1, 510);
+ window.set_default_size (888, 600);
window.hide_titlebar_when_maximized = true;
window.delete_event.connect (window_delete_event);
window.key_press_event.connect_after (window_key_press_event);
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 96c81fa..f622206 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -2041,6 +2041,7 @@ public class Contacts.ContactPane : ScrolledWindow {
row_group.set_column_min_width (2, 32);
row_group.set_column_spacing (0, 8);
row_group.set_column_spacing (1, 8);
+ row_group.set_column_priority (1, 1);
this.set_hexpand (true);
this.set_vexpand (true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]