Skip to content

Commit 96beab3

Browse files
delphidabblercahamo
authored andcommitted
Widen compile results list to accommodate Delphi 11 description
1 parent e0d10c2 commit 96beab3

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

Src/FmSnippetsEditorDlg.dfm

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
66
ClientWidth = 738
77
Position = poDesigned
88
ExplicitWidth = 744
9-
ExplicitHeight = 606
9+
ExplicitHeight = 607
1010
PixelsPerInch = 96
1111
TextHeight = 13
1212
inherited pnlBody: TPanel
@@ -19,7 +19,7 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
1919
Top = 0
2020
Width = 662
2121
Height = 504
22-
ActivePage = tsReferences
22+
ActivePage = tsCompileResults
2323
Align = alClient
2424
TabOrder = 0
2525
OnChange = pcMainChange
@@ -193,10 +193,6 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
193193
object tsReferences: TTabSheet
194194
Caption = 'References'
195195
ImageIndex = 1
196-
ExplicitLeft = 0
197-
ExplicitTop = 0
198-
ExplicitWidth = 0
199-
ExplicitHeight = 0
200196
object lblXRefs: TLabel
201197
Left = 3
202198
Top = 3
@@ -326,10 +322,6 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
326322
object tsCompileResults: TTabSheet
327323
Caption = 'Compile Results'
328324
ImageIndex = 3
329-
ExplicitLeft = 0
330-
ExplicitTop = 0
331-
ExplicitWidth = 0
332-
ExplicitHeight = 0
333325
object lblCompilers: TLabel
334326
Left = 3
335327
Top = 3
@@ -347,8 +339,8 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
347339
end
348340
object lblCompResDesc: TLabel
349341
Left = 3
350-
Top = 405
351-
Width = 166
342+
Top = 401
343+
Width = 186
352344
Height = 60
353345
AutoSize = False
354346
Caption =
@@ -359,7 +351,7 @@ inherited SnippetsEditorDlg: TSnippetsEditorDlg
359351
object lbCompilers: TListBox
360352
Left = 3
361353
Top = 22
362-
Width = 166
354+
Width = 186
363355
Height = 373
364356
Style = lbOwnerDrawFixed
365357
ItemHeight = 28

0 commit comments

Comments
 (0)