Draft: make Draft_AnnotationStyleEditor dialog wider

Increase AnnotationStyleEditorWidth from 450 to 600 to mitigate #25983.
This commit is contained in:
Roy-043
2025-12-06 14:00:25 +01:00
committed by Chris Hennes
parent 0120299a80
commit 44baf5f1e5

View File

@@ -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),