ui: Fixed icon sizes when scaling to highDPI screens fails
* Fixed gcc compile error
This commit is contained in:
@@ -17,6 +17,7 @@ QtHelpButton::QtHelpButton(const QString& helpTitle, const QString& helpText, QW
|
||||
setMouseTracking(true);
|
||||
|
||||
setToolTip("help");
|
||||
setIconSize(QSize(16, 16));
|
||||
|
||||
leaveEvent(nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user