mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:15:57 +08:00
Add a margin to settings panel bottom
CURA-6054
This commit is contained in:
parent
7b3cf6be64
commit
29bb317293
@ -81,7 +81,7 @@ Item
|
|||||||
Math.min
|
Math.min
|
||||||
(
|
(
|
||||||
UM.Preferences.getValue("view/settings_list_height"),
|
UM.Preferences.getValue("view/settings_list_height"),
|
||||||
base.height - (customPrintSetup.mapToItem(null, 0, 0).y + buttonRow.height)
|
base.height - (customPrintSetup.mapToItem(null, 0, 0).y + buttonRow.height + UM.Theme.getSize("default_margin").height)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user