Skip to content

Commit 7ac67be

Browse files
delphidabblercahamo
authored andcommitted
Widen compiler list again!
This time to allow for size of emboldened Delphi 11 Alexandria text
1 parent 6450f4e commit 7ac67be

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Src/FmCompilersDlg.dfm

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
inherited CompilersDlg: TCompilersDlg
22
Caption = 'Configure Compilers'
33
ClientHeight = 381
4-
ClientWidth = 534
5-
ExplicitWidth = 540
4+
ClientWidth = 547
5+
ExplicitWidth = 553
66
ExplicitHeight = 410
77
PixelsPerInch = 96
88
TextHeight = 13
99
inherited pnlBody: TPanel
10-
Width = 521
11-
ExplicitWidth = 521
10+
Width = 531
11+
ExplicitWidth = 531
1212
object pbBanner: TPaintBox
13-
Left = 151
13+
Left = 161
1414
Top = 0
1515
Width = 370
1616
Height = 23
@@ -26,7 +26,7 @@ inherited CompilersDlg: TCompilersDlg
2626
object lbCompilers: TListBox
2727
Left = 0
2828
Top = 0
29-
Width = 145
29+
Width = 155
3030
Height = 292
3131
Style = lbOwnerDrawFixed
3232
Ctl3D = True
@@ -36,7 +36,7 @@ inherited CompilersDlg: TCompilersDlg
3636
TabOrder = 0
3737
end
3838
object pcCompiler: TPageControl
39-
Left = 151
39+
Left = 161
4040
Top = 29
4141
Width = 370
4242
Height = 263
@@ -52,6 +52,8 @@ inherited CompilersDlg: TCompilersDlg
5252
Height = 235
5353
Align = alClient
5454
TabOrder = 0
55+
ExplicitLeft = -4
56+
ExplicitTop = 2
5557
end
5658
end
5759
object tsSwitches: TTabSheet

0 commit comments

Comments
 (0)