aboutsummaryrefslogtreecommitdiff
path: root/src/qt/res/movies/spinner-032.png
AgeCommit message (Collapse)Author
2015-01-14[Qt] optimize PNG filesJonas Schnelli
- provide a python script - add optimized png files
2014-11-07Qt: new iconsJonas Schnelli
- flat and b/w icons seems to be the new trend - support for HiDPI/retina - change icon sizes - fix assets-attribution.md - removed unused icons
2014-01-13qt: use series of pngs for spinnerWladimir J. van der Laan
Use a series of .png frames for the spinner instead of a .mng. `mng` is an obscure image format and is not built by default into Qt5. This appears to improve the crispness of the spinner as well. Does not noticably increase the size (still ~27k) and the code is not more complicated either.