From ecc1c34b1669342262e92403ca95c67e26dd34c0 Mon Sep 17 00:00:00 2001 From: Alexander Bilyak Date: Mon, 4 Oct 2021 16:30:30 +0200 Subject: [PATCH] GODT-1271: fix Status margings --- internal/frontend/qml/Status.qml | 1 - internal/frontend/qml/StatusWindow.qml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/frontend/qml/Status.qml b/internal/frontend/qml/Status.qml index 788fced9..1418f0ae 100644 --- a/internal/frontend/qml/Status.qml +++ b/internal/frontend/qml/Status.qml @@ -82,7 +82,6 @@ Item { RowLayout { anchors.fill: parent spacing: 8 - anchors.margins: 12 ColorImage { id: image diff --git a/internal/frontend/qml/StatusWindow.qml b/internal/frontend/qml/StatusWindow.qml index c3cc4ecf..ea99038a 100644 --- a/internal/frontend/qml/StatusWindow.qml +++ b/internal/frontend/qml/StatusWindow.qml @@ -113,6 +113,9 @@ Window { Layout.fillHeight: true Layout.fillWidth: true + Layout.topMargin: 20 + Layout.bottomMargin: 20 + colorScheme: root.colorScheme backend: root.backend notifications: root.notifications