Post
Topic
Board Development & Technical Discussion
Re: How to increase the size of icons in QToolbar?
by
Foxpup
on 19/01/2019, 09:27:42 UTC
Code:
qt/bitcoingui.cpp:563:9: note: suggested alternative: ‘toolbar’
         toolBar->setIconSize(QSize(128, 128));
         ^~~~~~~
         toolbar
As the compiler suggestion suggests, names are case sensitive.