Navigation pane icons are too large

Bug #425797 reported by Matthew Paul Thomas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
software-center (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: software-store

Software Store trunk r179, Ubuntu Karmic

The icons for the items in the navigation pane ("Get Free Software", "Installed Software") are, by default, much taller than the items' labels.

They should at least roughly match the size of the text of the navigation pane, like the icons in the panel's "Places" menu does.

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"

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"

Changed in software-store (Ubuntu):
status: New → Confirmed
Revision history for this message
Matthew Paul Thomas (mpt) wrote :

That looks better. The idea is for the navigation pane here to look much the same as it does in Rhythmbox, Banshee, or Evolution.

Michael Vogt (mvo)
Changed in software-store (Ubuntu):
status: Confirmed → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package software-store - 0.3.2

---------------
software-store (0.3.2) karmic; urgency=low

  * softwarestore/view/viewswitcher.py:
    - make the iconsize 24px (LP: #425797)
  * data/ubuntu-software-store.desktop.in:
    - add "NoDisplay=true", we enforce showing it at a special
      location via a gnome-panel patch (LP: #426209)
  * merge fixes from rugby471, many thanks!
  * softwarestore/view/appview.py:
    - sort in locale friendly way
  * softwarestore/app.py:
    - call setlocale() to ensure python-apt provides translated
      package descriptions
  * do not display progress circle once the screenshot has
    loaded (LP: #425859) - thanks to rugby471

 -- Michael Vogt <email address hidden> Fri, 11 Sep 2009 23:25:57 +0200

Changed in software-store (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.