From 1ccf21f08db1dac83bcb5e1662a9a9b53cdd7cdb Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 20 Jun 2018 11:50:14 +0900 Subject: QML UI: improve banner in global drawer The asynchronous load seemed to be (at least one of) the culprit(s) of the banner occasionally not showing up. Making the font for the cloud ID smaller looks better (and works much better for long email addresses). Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index eca8587a6..1ccab80e5 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -112,7 +112,6 @@ Kirigami.ApplicationWindow { Layout.fillWidth: true sourceSize.width: parent.width fillMode: Image.PreserveAspectFit - asynchronous: true LinearGradient { anchors { left: parent.left @@ -166,7 +165,7 @@ Kirigami.ApplicationWindow { Kirigami.Heading { Layout.fillWidth: true visible: text.length > 0 - level: 1 + level: 3 color: "white" text: prefs.cloudUserName wrapMode: Text.NoWrap -- cgit v1.2.3-70-g09d2