From c004e31dc27c246e7e0faf33aa3ebc486bb6b038 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Aug 2017 15:31:23 -0700 Subject: QML UI: CloudCredentials: better use of space No idea why this was restricted to be so narrow. Also, making the font of the label smaller and lighter seems visually more pleasing. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/CloudCredentials.qml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mobile-widgets/qml/CloudCredentials.qml') diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml index 6c9e2f883..c9a931981 100644 --- a/mobile-widgets/qml/CloudCredentials.qml +++ b/mobile-widgets/qml/CloudCredentials.qml @@ -23,7 +23,7 @@ Item { ColumnLayout { id: outerLayout - width: loginWindow.width - loginWindow.leftPadding - loginWindow.rightPadding - 2 * Kirigami.Units.gridUnit + width: loginWindow.width function goToNext() { for (var i = 0; i < children.length; ++i) @@ -53,6 +53,8 @@ Item { Kirigami.Label { text: qsTr("Email") + font.pointSize: subsurfaceTheme.smallPointSize + color: subsurfaceTheme.secondaryTextColor } TextField { @@ -68,6 +70,8 @@ Item { Kirigami.Label { text: qsTr("Password") + font.pointSize: subsurfaceTheme.smallPointSize + color: subsurfaceTheme.secondaryTextColor } TextField { -- cgit v1.2.3-70-g09d2