mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ Rectangle
|
|||
id: tripleDotLabel
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: descriptionLabel.lastLineWidth
|
||||
anchors.bottom: readMoreButton.bottom
|
||||
anchors.bottom: descriptionLabel.bottom
|
||||
|
||||
text: "… "
|
||||
font: descriptionLabel.font
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue