Skip to content

Commit d7f4810

Browse files
Fix: Text doesn't fit
Under the private trackers tab. Some texts do not always fit in a certain font. [skip ci]
1 parent 2dba1e7 commit d7f4810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/code/main.lfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ object FormTrackerModify: TFormTrackerModify
278278
Height = 21
279279
Hint = 'Keep empty if you do not want to add or change anything.'
280280
Top = 56
281-
Width = 221
281+
Width = 240
282282
EditLabel.Height = 13
283-
EditLabel.Width = 221
283+
EditLabel.Width = 240
284284
EditLabel.Caption = 'Add/Change source tag value: (-SOURCE)'
285285
EditLabel.ParentColor = False
286286
ParentShowHint = False

0 commit comments

Comments
 (0)