[gnome-contacts] More space at the top of the content pane
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] More space at the top of the content pane
- Date: Fri, 20 Jan 2012 15:03:28 +0000 (UTC)
commit bb3119c53f7ec37177b679f75aa3873878de8824
Author: Alexander Larsson <alexl redhat com>
Date: Fri Jan 20 16:03:16 2012 +0100
More space at the top of the content pane
src/contacts-contact-pane.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 2501e02..2c645b8 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -2050,8 +2050,8 @@ public class Contacts.ContactPane : ScrolledWindow {
top_grid = new Grid ();
top_grid.set_orientation (Orientation.VERTICAL);
- top_grid.set_margin_top (10);
- top_grid.set_margin_bottom (10);
+ top_grid.set_margin_top (40);
+ top_grid.set_margin_bottom (32);
top_grid.set_row_spacing (20);
this.add_with_viewport (top_grid);
top_grid.set_focus_vadjustment (this.get_vadjustment ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]