Skip to content

Commit

Permalink
Use EnforcedPlainTextLabel in new ShareDetailsPage
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed Dec 9, 2022
1 parent 6ae41c0 commit 2261615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/filedetails/ShareDetailsPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Page {
fillMode: Image.PreserveAspectFit
}

Label {
EnforcedPlainTextLabel {
id: headLabel

Layout.fillWidth: true
Expand All @@ -237,7 +237,7 @@ Page {
onClicked: root.closeShareDetails()
}

Label {
EnforcedPlainTextLabel {
id: secondaryLabel

Layout.fillWidth: true
Expand Down

0 comments on commit 2261615

Please sign in to comment.