Use EnforcedPlainTextLabel in new ShareDetailsPage
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Thu, 8 Dec 2022 11:30:42 +0000 (12:30 +0100)
committerClaudio Cambra <claudio.cambra@gmail.com>
Fri, 9 Dec 2022 11:54:09 +0000 (12:54 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/filedetails/ShareDetailsPage.qml

index e0149da3be555a246b1bc7ac10aced2b1e9cd606..3b52cac308b56ae754710f0b31f741466eb993ff 100644 (file)
@@ -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