mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
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:
parent
f627560751
commit
c6f4cb4927
3 changed files with 49 additions and 6 deletions
|
@ -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", "{}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue