[Bug 46219] Re: Folder icons in 'Human' theme are huge
James Henstridge
james.henstridge at canonical.com
Wed May 24 09:40:18 UTC 2006
Mark: yes. The icon theming code uses the nominal size to work out a
scaling factor for the icon.
So with the existing Size=48 setting, it would use a scaling factor of
49/48 (102%), so render the icon at 130px.
With Size=128, it would instead use a scaling factor of 49/128 (38%) and
render the icon at 49px.
The range of icon sizes at which the SVG icon is used is covered by a
different set of keys in the index.theme: MinSize and MaxSize. So in
the case of the Human theme, the SVG folder icon will be used for any
sizes from 32px to 256px that are not covered by a bitmap icon.
--
Folder icons in 'Human' theme are huge
https://launchpad.net/bugs/46219
More information about the desktop-bugs
mailing list