mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
547dd51892
commit
1ccf21f08d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue