mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-18 17:32:11 -06:00
Align the printer status icon properly
CURA-8202
This commit is contained in:
parent
061e889371
commit
3c2e336153
1 changed files with 2 additions and 1 deletions
|
|
@ -114,8 +114,9 @@ Cura.ExpandablePopup
|
|||
anchors
|
||||
{
|
||||
bottom: parent.bottom
|
||||
bottomMargin: - height * 1 / 6
|
||||
left: parent.left
|
||||
leftMargin: UM.Theme.getSize("thick_margin").width
|
||||
leftMargin: iconSize - width * 5 / 6
|
||||
}
|
||||
|
||||
source:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue