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