Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-02-24 15:30:25 +0300
committerJaime van Kessel <nallath@gmail.com>2022-02-24 15:30:25 +0300
commit26c027cbdf5930174c06136b117258e39983baf7 (patch)
treedb1b5c7d04a1f623e0197e1438677ce10f2f7043 /plugins/Marketplace/resources
parent0d2c8777c548fdc7f63d61b61e2f5799f03af421 (diff)
Remove unneeded properties from package card
As per review. CURA-8762
Diffstat (limited to 'plugins/Marketplace/resources')
-rw-r--r--plugins/Marketplace/resources/qml/PackageCard.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Marketplace/resources/qml/PackageCard.qml b/plugins/Marketplace/resources/qml/PackageCard.qml
index 1b4c4c354e..9a5f9beab6 100644
--- a/plugins/Marketplace/resources/qml/PackageCard.qml
+++ b/plugins/Marketplace/resources/qml/PackageCard.qml
@@ -31,10 +31,8 @@ Rectangle
{
id: descriptionLabel
width: parent.width
- property real lastLineWidth: 0; //Store the width of the last line, to properly position the elision.
text: packageData.description
- textFormat: Text.PlainText //Must be plain text, or we won't get onLineLaidOut signals. Don't auto-detect!
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
maximumLineCount: 2