mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 15:54:32 +08:00
Fix print job context menu height
Contributes to CL-897, CL-1051, CL-1111
This commit is contained in:
parent
0045559d01
commit
a247fe204f
@ -95,8 +95,7 @@ Item {
|
|||||||
top: parent.top;
|
top: parent.top;
|
||||||
topMargin: UM.Theme.getSize("default_margin").height + 10 * screenScaleFactor; // Account for the point of the box
|
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: childrenRect.height + spacing * popupOptions.children.length + UM.Theme.getSize("default_margin").height;
|
||||||
height: 200;
|
|
||||||
spacing: Math.floor(UM.Theme.getSize("default_margin").height / 2);
|
spacing: Math.floor(UM.Theme.getSize("default_margin").height / 2);
|
||||||
width: parent.width;
|
width: parent.width;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user