mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Minor changes suggested in review
CURA-5785
This commit is contained in:
parent
eef6ad662d
commit
bd636e61a0
6 changed files with 13 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ Item
|
|||
anchors.left: openFileButtonBackground.right
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||
|
||||
width: 0.9 * prepareMenu.width
|
||||
width: Math.round(0.9 * prepareMenu.width)
|
||||
height: parent.height
|
||||
spacing: 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue