Skip to content

Commit 6450f4e

Browse files
author
cahamo
committed
Widen compiler list box
This to accommodate name of "Delphi 11 Alexandria" compiler
1 parent d73e076 commit 6450f4e

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

Src/FmCompilersDlg.dfm

Lines changed: 7 additions & 11 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 = 524
5-
ExplicitWidth = 530
4+
ClientWidth = 534
5+
ExplicitWidth = 540
66
ExplicitHeight = 410
77
PixelsPerInch = 96
88
TextHeight = 13
99
inherited pnlBody: TPanel
10-
Width = 505
11-
ExplicitWidth = 505
10+
Width = 521
11+
ExplicitWidth = 521
1212
object pbBanner: TPaintBox
13-
Left = 135
13+
Left = 151
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 = 129
29+
Width = 145
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 = 135
39+
Left = 151
4040
Top = 29
4141
Width = 370
4242
Height = 263
@@ -123,10 +123,6 @@ inherited CompilersDlg: TCompilersDlg
123123
object tsLog: TTabSheet
124124
Caption = 'Output Log'
125125
ImageIndex = 1
126-
ExplicitLeft = 0
127-
ExplicitTop = 0
128-
ExplicitWidth = 0
129-
ExplicitHeight = 0
130126
inline frmLog: TCompilersDlgLogFrame
131127
Left = 0
132128
Top = 0

0 commit comments

Comments
 (0)