Draft: make Draft_AnnotationStyleEditor dialog wider

Increase AnnotationStyleEditorWidth from 450 to 600 to mitigate #25983.

(cherry picked from commit e6e285315c)
This commit is contained in:
Roy-043
2025-12-15 19:01:09 +01:00
committed by Max Wilfinger
parent 5c8ba72158
commit 7c7cb1a783
+1 -1
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),