added one more size -- 54; renamed the sizes to XS, S, M, L, XL
authormishas <mikhail.sobolev@gmail.com>
Tue, 15 May 2007 13:23:19 +0000 (13:23 +0000)
committermishas <mikhail.sobolev@gmail.com>
Tue, 15 May 2007 13:23:19 +0000 (13:23 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@208 3ba93dab-e023-0410-b42a-de7732cf370a

dialog-entry.cc

index 9b37144..7c08961 100644 (file)
@@ -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 }
 };