Make the settings panel resizable

You can now drag the bottom side of the panel to make it bigger or smaller.

Contributes to issue CURA-6054.
This commit is contained in:
Ghostkeeper 2018-12-24 15:31:47 +01:00
parent f627560751
commit c6f4cb4927
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
3 changed files with 49 additions and 6 deletions

View file

@ -499,7 +499,7 @@ class CuraApplication(QtApplication):
preferences.addPreference("cura/choice_on_profile_override", "always_ask")
preferences.addPreference("cura/choice_on_open_project", "always_ask")
preferences.addPreference("cura/use_multi_build_plate", False)
preferences.addPreference("view/settings_list_height", 600)
preferences.addPreference("cura/currency", "")
preferences.addPreference("cura/material_settings", "{}")