aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-20 11:50:14 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-20 11:50:14 +0900
commit1ccf21f08db1dac83bcb5e1662a9a9b53cdd7cdb (patch)
tree60a5bdefc0bfa8ef492fd3559e24f0357806dc15 /mobile-widgets/qml
parent547dd51892a917219c6acad4dae54458270af2d0 (diff)
downloadsubsurface-1ccf21f08db1dac83bcb5e1662a9a9b53cdd7cdb.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/main.qml3
1 files changed, 1 insertions, 2 deletions
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