mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 06:09:38 +08:00
Use rounding for width
This commit is contained in:
parent
a9431b270f
commit
6f911f9924
@ -35,7 +35,7 @@ Item
|
||||
anchors.topMargin: UM.Theme.getSize("welcome_pages_default_margin").height
|
||||
anchors.bottomMargin: UM.Theme.getSize("welcome_pages_default_margin").height
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
width: parent.width * 3 / 4
|
||||
width: (parent.width * 3 / 4) | 0
|
||||
|
||||
border.color: "#dfdfdf"
|
||||
border.width: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user