From ff82d1cc150fc6ac70886ab2225eef6beb51cc38 Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Sat, 7 Nov 2015 03:32:37 +0100 Subject: Improve TopBar and login window layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This provides a bit more spacing around the logo and aligns the text to the bottom of the logo, rather than to its horizontal center. Looks cleaner. Text in the login page is now aligned towards the inputs, giving a closer connection between label and widget. Signed-off-by: Sebastian Kügler Signed-off-by: Dirk Hohndel --- qt-mobile/qml/Preferences.qml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'qt-mobile/qml/Preferences.qml') diff --git a/qt-mobile/qml/Preferences.qml b/qt-mobile/qml/Preferences.qml index 36da051e6..8b3ae2bd3 100644 --- a/qt-mobile/qml/Preferences.qml +++ b/qt-mobile/qml/Preferences.qml @@ -20,14 +20,15 @@ Item { anchors.margins: units.gridUnit Label { - text: "Enter your Subsurface cloud credentials" + text: "Cloud credentials" Layout.bottomMargin: units.largeSpacing font.pointSize: units.titlePointSize Layout.columnSpan: 2 } Label { - text: "Email Address:" + text: "Email Address" + Layout.alignment: Qt.AlignRight } TextField { @@ -38,6 +39,7 @@ Item { Label { text: "Password" + Layout.alignment: Qt.AlignRight } TextField { @@ -49,6 +51,7 @@ Item { Label { text: "Show password" + Layout.alignment: Qt.AlignRight } CheckBox { -- cgit v1.2.3-70-g09d2