From: Felix Weilbach Date: Tue, 2 Nov 2021 16:53:29 +0000 (+0100) Subject: Replace Text with Label X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~17^2~189^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=12610baebaca145a8d9b6054eb5381f56cd0a4d4;p=nextcloud-desktop.git Replace Text with Label Signed-off-by: Felix Weilbach --- diff --git a/src/gui/UserStatusSelector.qml b/src/gui/UserStatusSelector.qml index d6b40ed5b..5c0b7d86f 100644 --- a/src/gui/UserStatusSelector.qml +++ b/src/gui/UserStatusSelector.qml @@ -24,7 +24,7 @@ ColumnLayout { spacing: 0 property NC.UserStatusSelectorModel userStatusSelectorModel - Text { + Label { Layout.topMargin: 16 Layout.leftMargin: 8 Layout.rightMargin: 8 @@ -85,7 +85,7 @@ ColumnLayout { } } - Text { + Label { Layout.topMargin: 16 Layout.leftMargin: 8 Layout.rightMargin: 8 @@ -157,7 +157,7 @@ ColumnLayout { Layout.bottomMargin: 8 Layout.alignment: Qt.AlignTop - Text { + Label { text: qsTr("Clear status message after") }