mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -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:
|
||||
Rectangle
|
||||
{
|
||||
implicitWidth: UM.Theme.getSize("thin_margin").width
|
||||
width: UM.Theme.getSize("thin_margin").width
|
||||
implicitHeight: UM.Theme.getSize("thin_margin").height
|
||||
|
||||
radius: width / 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue