[gnome-contacts] Fix up spacing in links details in edit mode
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Fix up spacing in links details in edit mode
- Date: Tue, 23 Aug 2011 12:56:14 +0000 (UTC)
commit 8717c59bf30c1f5a1d2208570ce472c25afb397d
Author: Alexander Larsson <alexl redhat com>
Date: Tue Aug 23 14:48:05 2011 +0200
Fix up spacing in links details in edit mode
src/contacts-contact-pane.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 1eb23e0..e680eec 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -59,6 +59,7 @@ class Contacts.DetailsLayout : Object {
expands = false;
last_label = null;
grid.set_row_spacing (9);
+ grid.set_column_spacing (3);
grid.set_orientation (Orientation.HORIZONTAL);
if (current_row != null) {
Utils.grid_insert_row_after (fields_grid, current_row, true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]