From 72f97ac163bf24b44cb55c2bfbe1a0f00f00a8a2 Mon Sep 17 00:00:00 2001 From: demmm Date: Wed, 26 May 2021 12:38:08 +0200 Subject: [PATCH] [localeq] Offline.qml visual improvements --- src/modules/localeq/Offline.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/localeq/Offline.qml b/src/modules/localeq/Offline.qml index 892eb97d3..e5e6b31cf 100644 --- a/src/modules/localeq/Offline.qml +++ b/src/modules/localeq/Offline.qml @@ -49,7 +49,7 @@ Page { } width: parent.width / 2 - height: 250 + height: parent.height / 1.5 anchors.centerIn: parent anchors.verticalCenterOffset: -30 focus: true @@ -77,8 +77,8 @@ Page { Label { text: model.name - Layout.fillHeight: true - Layout.fillWidth: true + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter width: parent.width height: 30 color: highlighted ? Kirigami.Theme.highlightedTextColor : Kirigami.Theme.textColor @@ -123,7 +123,7 @@ Page { } width: parent.width / 2 - height: 250 + height: parent.height / 1.5 anchors.centerIn: parent anchors.verticalCenterOffset: -30 focus: true @@ -151,8 +151,8 @@ Page { Label { text: model.name - Layout.fillHeight: true - Layout.fillWidth: true + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter width: parent.width height: 30 color: highlighted ? Kirigami.Theme.highlightedTextColor : Kirigami.Theme.textColor