[gnome-contacts] Larger default size
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Larger default size
- Date: Wed, 11 May 2011 09:53:15 +0000 (UTC)
commit d86950ff3ab50ab34b47ec169140ccf2906df114
Author: Alexander Larsson <alexl redhat com>
Date: Wed May 11 09:23:13 2011 +0200
Larger default size
src/contacts-app.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index c0635fd..a11d819 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -223,7 +223,7 @@ public class Contacts.App : Window {
tree_view.append_column (column);
}
- public App() {
+ public App () {
fallback_avatar = draw_fallback_avatar ();
contacts_store = new ListStore(1, typeof (Folks.Individual));
@@ -251,7 +251,7 @@ public class Contacts.App : Window {
aggregator.prepare ();
set_title (_("Contacts"));
- set_default_size (300, 200);
+ set_default_size (800, 500);
this.destroy.connect (Gtk.main_quit);
var grid = new Grid();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]