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 {