mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:55:51 +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
|
||||
{
|
||||
width: UM.Theme.getSize("thin_margin").width
|
||||
implicitHeight: UM.Theme.getSize("thin_margin").height
|
||||
height: UM.Theme.getSize("thin_margin").height
|
||||
|
||||
radius: width / 2
|
||||
color:
|
||||
|
Loading…
x
Reference in New Issue
Block a user