mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 15:57:52 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue