mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add a margin to settings panel bottom
CURA-6054
This commit is contained in:
parent
7b3cf6be64
commit
29bb317293
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue