Opened 12 years ago
Closed 10 years ago
#2183 closed enhancement (fixed)
New OMEdit builtin icons
Reported by: | Martin Sjölund | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.9.3 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: |
Description
Currently most icons are png's... Which makes everything a pain if you want to change sizes (I do, because 20x20 pixels is a "weird" size; 16x16 and 24x24 look much better).
It would be nice if users could change the icon sizes in the library browser in the settings.
All icons should be in svg format. The toolbar icons should not be provided by our sources except as fallback on Mac and Windows as a theme. Use http://harmattan-dev.nokia.com/docs/library/html/qt4/qicon.html#fromTheme. Note that these icons can also be used to fetch country flags for the locale settings.
Change History (2)
comment:1 by , 12 years ago
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r23058. Almost all icons are now SVGs. The default toolbar & libraries icon size is 24 and can be changeable via settings.
I am not implementing a theme support as it is just a Linux thing and we anyway have to provide fallback images from Windows and MAC. If you want it then feel free to write code for it.