[gnome-contacts] Make small avatars 54x54 as per the new design mockups



commit ed85017f1e5d6f2b4e012d3846248b275fa63ac7
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Jan 20 14:36:31 2012 +0100

    Make small avatars 54x54 as per the new design mockups

 src/contacts-contact.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-contact.vala b/src/contacts-contact.vala
index fcc4c88..a88a78d 100644
--- a/src/contacts-contact.vala
+++ b/src/contacts-contact.vala
@@ -106,7 +106,7 @@ public class Contacts.ContactPresence : Grid {
 
 
 public class Contacts.Contact : GLib.Object  {
-  public const int SMALL_AVATAR_SIZE = 48;
+  public const int SMALL_AVATAR_SIZE = 54;
 
   public Store store;
   public bool is_main;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]