From 44baf5f1e58188b698cc12705e59e26add9dd5df Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Sat, 6 Dec 2025 14:00:25 +0100 Subject: [PATCH] Draft: make Draft_AnnotationStyleEditor dialog wider Increase AnnotationStyleEditorWidth from 450 to 600 to mitigate #25983. --- src/Mod/Draft/draftutils/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/draftutils/params.py b/src/Mod/Draft/draftutils/params.py index 72a36ce778..7720c264f9 100644 --- a/src/Mod/Draft/draftutils/params.py +++ b/src/Mod/Draft/draftutils/params.py @@ -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),