From 98c222b5aa94543fce683b989356b0d8ad1f1d22 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Fri, 9 Jan 2015 20:57:17 +0100 Subject: [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 --- src/Makefile.qt.include | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile.qt.include') diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index cdd8f8d08d..31fe3a9f69 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) -- cgit v1.2.3