diff options
| author | MarcoFalke <[email protected]> | 2015-09-12 12:09:16 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-09-13 17:57:12 +0200 |
| commit | d1acf938e69397347490defaf4b675524dbffcd9 (patch) | |
| tree | 1820d61d496a299f7ea8a1ddb7df8d515eaca321 /src/qt/guiconstants.h | |
| parent | Merge pull request #6635 (diff) | |
| download | discoin-d1acf938e69397347490defaf4b675524dbffcd9.tar.xz discoin-d1acf938e69397347490defaf4b675524dbffcd9.zip | |
[qt] [trivial] share/qt/make_spinner.py => src/qt/res/movies/makespinner.sh
* Merge make_spinner.py into makespinner.sh
* Also delete now unused imgs
* Actually use all 36 frames for the spinner animation
Diffstat (limited to 'src/qt/guiconstants.h')
| -rw-r--r-- | src/qt/guiconstants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index a0a2993ea..7d3e48ff3 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -42,7 +42,7 @@ static const int MAX_URI_LENGTH = 255; #define EXPORT_IMAGE_SIZE 256 /* Number of frames in spinner animation */ -#define SPINNER_FRAMES 35 +#define SPINNER_FRAMES 36 #define QAPP_ORG_NAME "Bitcoin" #define QAPP_ORG_DOMAIN "bitcoin.org" |