Revision 60f82c7...

Go back to digest for 14th October 2012

Bug Fixes in Utilities

Eike Hein committed changes in [yakuake] app/config/skinlistdelegate.cpp:

Fix scaling of the GHNS icon in the skin list delegate.

It's now basically qMin(16, text height) so the icon doesn't overlay
the ascenders of the author name if the skin name bounding rect height
is is smaller than 16 px. The downside is the blurryness of scaling,
but then with the standard font size and the trend toward increasing
screen dpi this is essentially a corner case anyway.

File Changes

Modified 1 files
  • app/config/skinlistdelegate.cpp
1 files changed in total