Comment 2 for bug 425797

Revision history for this message
Michael Vogt (mvo) wrote :

Its trivial to fix, I attached a screenshot. It looks a bit odd with the big icons in the category screen and the small ones in the viewswitcher on the left.

=== modified file 'softwarestore/view/viewswitcher.py'
--- softwarestore/view/viewswitcher.py 2009-09-09 18:21:37 +0000
+++ softwarestore/view/viewswitcher.py 2009-09-10 07:23:13 +0000
@@ -99,7 +99,7 @@
      ACTION_ITEM_INSTALLED,
      ACTION_ITEM_PENDING) = range(3)

- ICON_SIZE = 32
+ ICON_SIZE = 24

     ANIMATION_PATH = "/usr/share/icons/hicolor/32x32/status/software-store-progress-*.png"