mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove unnecessary alignment
It is single-line text and already aligned to the right side via the anchors. Contributes to issue CURA-3161.
This commit is contained in:
parent
60812139b7
commit
6ed0e81492
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ Column
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.margins: UM.Theme.getSize("default_margin").width
|
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||||
horizontalAlignment: Text.AlignRight
|
|
||||||
}
|
}
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue