mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Fix print job context menu height
Contributes to CL-897, CL-1051, CL-1111
This commit is contained in:
parent
0045559d01
commit
a247fe204f
1 changed files with 1 additions and 2 deletions
|
@ -95,8 +95,7 @@ Item {
|
|||
top: parent.top;
|
||||
topMargin: UM.Theme.getSize("default_margin").height + 10 * screenScaleFactor; // Account for the point of the box
|
||||
}
|
||||
// height: childrenRect.height + spacing * popupOptions.children.length + UM.Theme.getSize("default_margin").height;
|
||||
height: 200;
|
||||
height: childrenRect.height + spacing * popupOptions.children.length + UM.Theme.getSize("default_margin").height;
|
||||
spacing: Math.floor(UM.Theme.getSize("default_margin").height / 2);
|
||||
width: parent.width;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue