mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-29 21:41:57 +08:00
Adopt code-review remark.
Use width instead of implicit width. Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
b04bbfdee2
commit
d033e066f7
@ -152,7 +152,7 @@ Item
|
|||||||
delegate:
|
delegate:
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
implicitWidth: UM.Theme.getSize("thin_margin").width
|
width: UM.Theme.getSize("thin_margin").width
|
||||||
implicitHeight: UM.Theme.getSize("thin_margin").height
|
implicitHeight: UM.Theme.getSize("thin_margin").height
|
||||||
|
|
||||||
radius: width / 2
|
radius: width / 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user