mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 00:16:28 +08:00
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:
parent
d7058ef520
commit
443ba67455
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user