We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a6c02 commit e329512Copy full SHA for e329512
Source/About.lfm
@@ -13,10 +13,10 @@ object frmAbout: TfrmAbout
13
Font.Color = clWindowText
14
Font.Height = -11
15
Font.Name = 'Tahoma'
16
+ Position = poOwnerFormCenter
17
+ LCLVersion = '4.2.0.0'
18
OnCreate = FormCreate
19
OnShow = FormShow
- Position = poOwnerFormCenter
- LCLVersion = '3.2.0.0'
20
object imgAppIcon: TImage
21
Left = 4
22
Height = 48
@@ -159,7 +159,12 @@ object frmAbout: TfrmAbout
159
Anchors = [akTop, akRight]
160
AutoSize = False
161
Caption = '0.0.0'
162
+ Font.CharSet = ANSI_CHARSET
163
+ Font.Color = clWindowText
164
+ Font.Height = -11
165
+ Font.Name = 'Tahoma'
166
ParentColor = False
167
+ ParentFont = False
168
end
169
object lblTitle: TLabel
170
Left = 64
0 commit comments