From 3a43cc07d3e3e2af2e2f024edc6c4238f5c52d2a Mon Sep 17 00:00:00 2001 From: hwf1324 <1398969445@qq.com> Date: Fri, 22 Mar 2024 14:14:49 +0800 Subject: [PATCH] Increase the horizontal size of TextCtrl --- addon/globalPlugins/evtTracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/globalPlugins/evtTracker.py b/addon/globalPlugins/evtTracker.py index 5ed9c96..19cff22 100644 --- a/addon/globalPlugins/evtTracker.py +++ b/addon/globalPlugins/evtTracker.py @@ -247,7 +247,7 @@ def __init__(self, eventHistory): self.description = gui.guiHelper.LabeledControlHelper( self, # Translators: label for a read-only edit field displaying event properties. - _("Event &description"), + _("Event\n&description"), wx.TextCtrl, style=wx.TE_MULTILINE | wx.TE_READONLY | wx.TE_DONTWRAP )