Increase folding image scale factor to 1.5

This commit is contained in:
Allan Odgaard
2012-09-09 02:27:08 +02:00
parent 84107bcb7f
commit 9e11d0790f

View File

@@ -183,7 +183,7 @@ private:
// Since all images are vector based and dont contain any spacing to
// align it, we need to set the individual scaleFactor per image.
if([aName hasPrefix:@"Bookmark"]) scaleFactor = 1.0;
if([aName hasPrefix:@"Folding"]) scaleFactor = 1.2;
if([aName hasPrefix:@"Folding"]) scaleFactor = 1.5;
if([aName hasPrefix:@"Search"]) scaleFactor = 1.2;
[res setSize:NSMakeSize(round(width * scaleFactor), round(height * scaleFactor))];