Adopt code-review remark.

Use width instead of implicit width.

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
Remco Burema 2021-03-24 15:58:44 +01:00 committed by GitHub
parent b04bbfdee2
commit d033e066f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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