From 295ed95581d2e24f8afb4e30677238049f73f3f6 Mon Sep 17 00:00:00 2001 From: Michael Kuc Date: Wed, 17 Jul 2019 12:51:09 +0100 Subject: [PATCH] Fix ActionButton scaling issues on higher DPI displays. --- components/ActionButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ActionButton.qml b/components/ActionButton.qml index 440ef1a..2d9ebe8 100644 --- a/components/ActionButton.qml +++ b/components/ActionButton.qml @@ -48,6 +48,7 @@ Item { } width: config.PowerIconSize || iconSize height: config.PowerIconSize || iconSize + sourceSize: Qt.size(width, height) } Label {