Replace Text with Label
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Tue, 2 Nov 2021 16:53:29 +0000 (17:53 +0100)
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>
Mon, 17 Jan 2022 11:11:57 +0000 (11:11 +0000)
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
src/gui/UserStatusSelector.qml

index d6b40ed5b268e2d96d89171485bc171bd700f34c..5c0b7d86fe37bdfd241eea921e4b04932eab1158 100644 (file)
@@ -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")
        }