mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Merge branch '4.0' of github.com:Ultimaker/Cura
This commit is contained in:
commit
94cf61ca18
8 changed files with 47 additions and 10 deletions
|
@ -77,6 +77,11 @@ Item
|
|||
target: UM.Preferences
|
||||
onPreferenceChanged:
|
||||
{
|
||||
if (preference !== "view/settings_list_height" && preference !== "general/window_height" && preference !== "general/window_state")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
customPrintSetup.height =
|
||||
Math.min
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue