[gnome-contacts] Make list pane less wide (now 315 px) as per mockup
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Make list pane less wide (now 315 px) as per mockup
- Date: Wed, 24 Aug 2011 21:04:28 +0000 (UTC)
commit 6a5f433bb68146f0a8e8a57683680aed80f3087a
Author: Alexander Larsson <alexl redhat com>
Date: Wed Aug 24 09:37:56 2011 +0200
Make list pane less wide (now 315 px) as per mockup
src/contacts-list-pane.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index a83f378..0b1cd9c 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -104,7 +104,7 @@ public class Contacts.ListPane : Frame {
create_new ();
});
- this.set_size_request (380, -1);
+ this.set_size_request (315, -1);
this.set_hexpand (false);
var scrolled = new ScrolledWindow(null, null);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]