Align ellipsis to text again

It used to be fine, but the font of the button got made different from the font of the description. It should be the same as the description, so this should remain correct even if the fonts change again.

Contributes to issue CURA-8565.
This commit is contained in:
Ghostkeeper 2021-11-29 17:49:11 +01:00
parent d7058ef520
commit 443ba67455
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -231,7 +231,7 @@ Rectangle
id: tripleDotLabel id: tripleDotLabel
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: descriptionLabel.lastLineWidth anchors.leftMargin: descriptionLabel.lastLineWidth
anchors.bottom: readMoreButton.bottom anchors.bottom: descriptionLabel.bottom
text: "… " text: "… "
font: descriptionLabel.font font: descriptionLabel.font