diff options
| author | Jonas Schnelli <[email protected]> | 2015-01-09 20:57:17 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-01-09 21:11:47 +0100 |
| commit | 98c222b5aa94543fce683b989356b0d8ad1f1d22 (patch) | |
| tree | 0866c6e941a50e117b982aadc460e7dec64a30de /src/Makefile.qt.include | |
| parent | Merge pull request #5617 (diff) | |
| download | discoin-98c222b5aa94543fce683b989356b0d8ad1f1d22.tar.xz discoin-98c222b5aa94543fce683b989356b0d8ad1f1d22.zip | |
[Qt] optimize helpmessage dialog
- enlarge standard size
- remove fixed 10px font
- remove left mood image
- ensure that table has no ugly line-breaks on OSX, Linux
Diffstat (limited to 'src/Makefile.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index cdd8f8d08..31fe3a9f6 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -314,8 +314,7 @@ BITCOIN_QT_CPP += \ qt/walletview.cpp endif -RES_IMAGES = \ - qt/res/images/about.png +RES_IMAGES = RES_MOVIES = $(wildcard qt/res/movies/spinner-*.png) |