Add a margin to settings panel bottom

CURA-6054
This commit is contained in:
Lipu Fei 2019-01-14 10:54:28 +01:00
parent 7b3cf6be64
commit 29bb317293

View file

@ -81,7 +81,7 @@ Item
Math.min
(
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)
);
}
}