From: mishas Date: Tue, 15 May 2007 13:23:19 +0000 (+0000) Subject: added one more size -- 54; renamed the sizes to XS, S, M, L, XL X-Git-Url: http://vcs.maemo.org/git/?p=simple-launcher;a=commitdiff_plain;h=dd2e23827951429fe6a4feca20bb6c46a5e27b63 added one more size -- 54; renamed the sizes to XS, S, M, L, XL git-svn-id: file:///svnroot/simple-launcher/trunk@208 3ba93dab-e023-0410-b42a-de7732cf370a --- diff --git a/dialog-entry.cc b/dialog-entry.cc index 9b37144..7c08961 100644 --- a/dialog-entry.cc +++ b/dialog-entry.cc @@ -51,9 +51,10 @@ static struct { int value; const char *name; } IconSizes[] = { - { 26, "Small (26)" }, - { 32, "Medium (32)" }, - { 48, "Large (48)" }, + { 26, "Extra Small (26)" }, + { 32, "Small (32)" }, + { 48, "Medium (48)" }, + { 54, "Large (54)" }, { 64, "Extra Large (64)" }, { -1, NULL } };