Draft: make Draft_AnnotationStyleEditor dialog wider
Increase AnnotationStyleEditorWidth from 450 to 600 to mitigate #25983.
This commit is contained in:
@@ -466,7 +466,7 @@ def _get_param_dictionary():
|
||||
# fmt: off
|
||||
param_dict["Mod/Draft"] = {
|
||||
"AnnotationStyleEditorHeight": ("int", 450),
|
||||
"AnnotationStyleEditorWidth": ("int", 450),
|
||||
"AnnotationStyleEditorWidth": ("int", 600),
|
||||
"CenterPlaneOnView": ("bool", False),
|
||||
"ChainedMode": ("bool", False),
|
||||
"CopyMode": ("bool", False),
|
||||
|
||||
Reference in New Issue
Block a user