diff --git a/discover/qml/UpdatesPage.qml b/discover/qml/UpdatesPage.qml --- a/discover/qml/UpdatesPage.qml +++ b/discover/qml/UpdatesPage.qml @@ -66,7 +66,7 @@ RowLayout { anchors.fill: parent LabelBackground { - Layout.leftMargin: Kirigami.Units.gridUnit + Layout.leftMargin: Kirigami.Units.smallSpacing text: updateModel.toUpdateCount + " (" + updateModel.updateSize+")" } QQC2.Label { @@ -88,7 +88,7 @@ Button { Layout.minimumWidth: Kirigami.Units.gridUnit * 6 - Layout.rightMargin: Kirigami.Units.gridUnit + Layout.rightMargin: Kirigami.Units.smallSpacing / 2 text: page.currentAction.text visible: !page.actions.main onClicked: page.currentAction.trigger()