Skip to content

Commit 5b93250

Browse files
committed
Widen Compilers list in Configure Compilers dlg
Widened the compilers list box by 8px to display the longer name "Delphi 11.x Alexandria". Widened dlg and rearranged controls to suit.
1 parent 4c34f8b commit 5b93250

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Src/FmCompilersDlg.dfm

+7-9
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 = 547
5-
ExplicitWidth = 553
4+
ClientWidth = 588
5+
ExplicitWidth = 594
66
ExplicitHeight = 410
77
PixelsPerInch = 96
88
TextHeight = 13
99
inherited pnlBody: TPanel
10-
Width = 531
11-
ExplicitWidth = 531
10+
Width = 539
11+
ExplicitWidth = 539
1212
object pbBanner: TPaintBox
13-
Left = 161
13+
Left = 169
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 = 155
29+
Width = 163
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 = 161
39+
Left = 169
4040
Top = 29
4141
Width = 370
4242
Height = 263
@@ -52,8 +52,6 @@ inherited CompilersDlg: TCompilersDlg
5252
Height = 235
5353
Align = alClient
5454
TabOrder = 0
55-
ExplicitLeft = -4
56-
ExplicitTop = 2
5755
end
5856
end
5957
object tsSwitches: TTabSheet

0 commit comments

Comments
 (0)