Skip to content

Commit f42631c

Browse files
Fix: Text doesn't fit
Under the private trackers tab. Some texts do not always fit in a certain font. Create more space now. [skip ci]
1 parent f803916 commit f42631c

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

source/code/main.lfm

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object FormTrackerModify: TFormTrackerModify
1616
OnDropFiles = FormDropFiles
1717
OnShow = FormShow
1818
Position = poScreenCenter
19-
LCLVersion = '2.0.4.0'
19+
LCLVersion = '2.2.6.0'
2020
object PageControl: TPageControl
2121
Left = 0
2222
Height = 587
@@ -243,24 +243,26 @@ object FormTrackerModify: TFormTrackerModify
243243
ClientWidth = 284
244244
TabOrder = 0
245245
object CheckBoxSkipAnnounceCheck: TCheckBox
246-
Left = 16
246+
Left = 0
247247
Height = 19
248248
Top = 0
249-
Width = 221
249+
Width = 284
250+
Align = alTop
250251
Caption = 'Skip Announce Check in the URL (-SAC)'
251252
OnChange = CheckBoxSkipAnnounceCheckChange
252253
ParentShowHint = False
253254
ShowHint = True
254255
TabOrder = 0
255256
end
256257
object GroupBoxInfoSource: TGroupBox
257-
Left = 16
258+
Left = 0
258259
Height = 120
259-
Top = 32
260-
Width = 264
260+
Top = 38
261+
Width = 284
262+
Align = alBottom
261263
Caption = 'Warning: This will change the torrent info HASH'
262264
ClientHeight = 102
263-
ClientWidth = 260
265+
ClientWidth = 280
264266
TabOrder = 1
265267
object CheckBoxRemoveAllSourceTag: TCheckBox
266268
Left = 8
@@ -293,17 +295,17 @@ object FormTrackerModify: TFormTrackerModify
293295
end
294296
object SelectDirectoryDialog1: TSelectDirectoryDialog
295297
Title = 'Select a directory with torrent files inside.'
296-
left = 560
297-
top = 24
298+
Left = 560
299+
Top = 24
298300
end
299301
object OpenDialog: TOpenDialog
300302
Filter = 'torrent|*.torrent'
301-
left = 560
302-
top = 88
303+
Left = 560
304+
Top = 88
303305
end
304306
object MainMenu: TMainMenu
305-
left = 472
306-
top = 152
307+
Left = 472
308+
Top = 152
307309
object MenuFile: TMenuItem
308310
Caption = '&File'
309311
object MenuOpenTorrentFile: TMenuItem

0 commit comments

Comments
 (0)