changing undo size in project settings

This commit is contained in:
Fabian Stamm 2017-12-05 10:53:29 +01:00
parent d2dd74aacc
commit 75c66227d1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def set_prefs(prefs):
prefs['validate_objectdb'] = True
# How many undos to hold?
prefs['max_history_items'] = 32
prefs['max_history_items'] = 256
# Shows whether to save history across sessions.
prefs['save_history'] = True