Skip to content

Commit

Permalink
Increase the horizontal size of TextCtrl
Browse files Browse the repository at this point in the history
  • Loading branch information
hwf1324 authored and Luke Davis committed Mar 22, 2024
1 parent 3c3e7cb commit 3a43cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/globalPlugins/evtTracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 3a43cc0

Please sign in to comment.