diff --git a/src/qml/Base/HButton.qml b/src/qml/Base/HButton.qml index 5cc5c748..265f5c41 100644 --- a/src/qml/Base/HButton.qml +++ b/src/qml/Base/HButton.qml @@ -52,8 +52,6 @@ Button { HIcon { id: ico - x: button.leftPadding - y: button.topPadding + button.availableHeight / 2 - height / 2 svgName: loading ? "hourglass" : iconName Layout.fillHeight: true