From 017acb949897b7b514beaa1bee25c455543e4c2b Mon Sep 17 00:00:00 2001 From: Mrs-X Date: Mon, 1 Jan 2018 18:38:54 +0100 Subject: [PATCH] [UI] Make toobar icons bigger --- src/qt/bitcoingui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index fee1a63ae540..6fe1336db597 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -566,6 +566,7 @@ void BitcoinGUI::createToolBars() } toolbar->setMovable(false); // remove unused icon in upper left corner toolbar->setOrientation(Qt::Vertical); + toolbar->setIconSize(QSize(40,40)); overviewAction->setChecked(true); /** Create additional container for toolbar and walletFrame and make it the central widget.