diff --git a/discover/qml/InstallApplicationButton.qml b/discover/qml/InstallApplicationButton.qml --- a/discover/qml/InstallApplicationButton.qml +++ b/discover/qml/InstallApplicationButton.qml @@ -42,18 +42,18 @@ condition: listener.isActive componentTrue: RowLayout { - LabelBackground { - Layout.fillWidth: true - text: listener.statusText - progress: listener.progress/100 - } - ToolButton { Layout.fillHeight: true iconName: "dialog-cancel" enabled: listener.isCancellable onClicked: listener.cancel() } + + LabelBackground { + Layout.fillWidth: true + text: listener.statusText + progress: listener.progress/100 + } } Component {