diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-13 14:16:48 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-13 14:45:23 +0100 |
| commit | f10b2d70d09c2e9f5c14ba5e3673c5fb31aa9468 (patch) | |
| tree | 72b26aeba1b3bb47636ffe8e2ece85fc0c44c214 /contrib/debian/copyright | |
| parent | Merge pull request #3524 (diff) | |
| download | discoin-f10b2d70d09c2e9f5c14ba5e3673c5fb31aa9468.tar.xz discoin-f10b2d70d09c2e9f5c14ba5e3673c5fb31aa9468.zip | |
qt: use series of pngs for spinner
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.
Diffstat (limited to 'contrib/debian/copyright')
| -rw-r--r-- | contrib/debian/copyright | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/debian/copyright b/contrib/debian/copyright index b99604913..220a35212 100644 --- a/contrib/debian/copyright +++ b/contrib/debian/copyright @@ -71,7 +71,7 @@ Copyright: Bitboy (optimized for 16x16 by Wladimir van der Laan) License: PUB-DOM Comment: Site: https://bitcointalk.org/?topic=1756.0 -Files: scripts/img/reload.xcf, src/qt/res/movies/update_spinner.mng +Files: scripts/img/reload.xcf, src/qt/res/movies/*.png Copyright: Everaldo (Everaldo Coelho) License: GPL-3+ Comment: Icon Pack: Kids |