mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Fixed spacing of infill options
CURA-3732
This commit is contained in:
parent
9060bbf3b2
commit
e2b39e7e33
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ Item
|
|||
id: infillCellRight
|
||||
|
||||
height: childrenRect.height;
|
||||
width: base.width * .55
|
||||
width: base.width * .5
|
||||
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
|
||||
anchors.left: infillCellLeft.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue