mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -07:00
Round position of printer connection icon
It does become noticeably sharper with this. And doesn't appear out of place at all. Contributes to issue CURA-8202.
This commit is contained in:
parent
f4508c709e
commit
1560ae074d
1 changed files with 2 additions and 2 deletions
|
|
@ -114,9 +114,9 @@ Cura.ExpandablePopup
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
bottomMargin: - height * 1 / 6
|
bottomMargin: - Math.round(height * 1 / 6)
|
||||||
left: parent.left
|
left: parent.left
|
||||||
leftMargin: iconSize - width * 5 / 6
|
leftMargin: iconSize - Math.round(width * 5 / 6)
|
||||||
}
|
}
|
||||||
|
|
||||||
source:
|
source:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue