mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Round divisions
Contributes to CL-1051, CL-897, CL-1111
This commit is contained in:
parent
34abc48a1a
commit
9a16d45be5
4 changed files with 6 additions and 6 deletions
|
@ -100,7 +100,7 @@ Item {
|
|||
color: UM.Theme.getColor("monitor_skeleton_fill");
|
||||
height: parent.height;
|
||||
visible: !extruderInfo.printCoreConfiguration;
|
||||
width: parent.width / 3;
|
||||
width: Math.round(parent.width / 3);
|
||||
}
|
||||
|
||||
// Actual content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue