From 12610baebaca145a8d9b6054eb5381f56cd0a4d4 Mon Sep 17 00:00:00 2001 From: Felix Weilbach Date: Tue, 2 Nov 2021 17:53:29 +0100 Subject: [PATCH] Replace Text with Label Signed-off-by: Felix Weilbach --- src/gui/UserStatusSelector.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") } -- 2.30.2