GODT-1378: varia GUI fixes

This commit is contained in:
Alexander Bilyak
2021-10-27 14:32:56 +02:00
committed by Jakub
parent cf6ed81a00
commit af0c5e6bae
5 changed files with 12 additions and 11 deletions

View File

@ -123,6 +123,7 @@ Item {
Item { implicitHeight: root.type == AccountDelegate.LargeView ? 6 : 0 }
RowLayout {
spacing: 0
Label {
colorScheme: root.colorScheme
text: root.user && root.user.loggedIn ? root.usedSpace : qsTr("Signed out")