mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Remove unneeded properties from package card
As per review. CURA-8762
This commit is contained in:
parent
0d2c8777c5
commit
26c027cbdf
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue