From: Claudio Cambra Date: Thu, 8 Dec 2022 11:30:42 +0000 (+0100) Subject: Use EnforcedPlainTextLabel in new ShareDetailsPage X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~79^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2261615f6919564cec31990db9a5f2decee90856;p=nextcloud-desktop.git Use EnforcedPlainTextLabel in new ShareDetailsPage Signed-off-by: Claudio Cambra --- diff --git a/src/gui/filedetails/ShareDetailsPage.qml b/src/gui/filedetails/ShareDetailsPage.qml index e0149da3b..3b52cac30 100644 --- a/src/gui/filedetails/ShareDetailsPage.qml +++ b/src/gui/filedetails/ShareDetailsPage.qml @@ -210,7 +210,7 @@ Page { fillMode: Image.PreserveAspectFit } - Label { + EnforcedPlainTextLabel { id: headLabel Layout.fillWidth: true @@ -237,7 +237,7 @@ Page { onClicked: root.closeShareDetails() } - Label { + EnforcedPlainTextLabel { id: secondaryLabel Layout.fillWidth: true