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