From f10b2d70d09c2e9f5c14ba5e3673c5fb31aa9468 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Mon, 13 Jan 2014 14:16:48 +0100 Subject: 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. --- src/qt/res/movies/spinner-002.png | Bin 0 -> 849 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/qt/res/movies/spinner-002.png (limited to 'src/qt/res/movies/spinner-002.png') diff --git a/src/qt/res/movies/spinner-002.png b/src/qt/res/movies/spinner-002.png new file mode 100644 index 0000000000..2360467aff Binary files /dev/null and b/src/qt/res/movies/spinner-002.png differ -- cgit v1.2.3