[gnome-contacts] Adjusting margin around the contact avatar
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Adjusting margin around the contact avatar
- Date: Sat, 11 May 2013 14:59:33 +0000 (UTC)
commit c7e51540137f6446aa3879d542e17a5466cc5372
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Tue May 7 20:10:25 2013 -0400
Adjusting margin around the contact avatar
src/contacts-view.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-view.vala b/src/contacts-view.vala
index 3a09584..4674743 100644
--- a/src/contacts-view.vala
+++ b/src/contacts-view.vala
@@ -202,7 +202,7 @@ public class Contacts.View : Egg.ListBox {
var data = new ContactData();
data.contact = c;
data.grid = new Grid ();
- data.grid.margin = 8;
+ data.grid.margin = 6;
data.grid.set_column_spacing (10);
data.image_frame = new ContactFrame (Contact.LIST_AVATAR_SIZE);
data.label = new Label ("");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]