Skip to content

Commit e329512

Browse files
committed
Fix build version label font
1 parent 73a6c02 commit e329512

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Source/About.lfm

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ object frmAbout: TfrmAbout
1313
Font.Color = clWindowText
1414
Font.Height = -11
1515
Font.Name = 'Tahoma'
16+
Position = poOwnerFormCenter
17+
LCLVersion = '4.2.0.0'
1618
OnCreate = FormCreate
1719
OnShow = FormShow
18-
Position = poOwnerFormCenter
19-
LCLVersion = '3.2.0.0'
2020
object imgAppIcon: TImage
2121
Left = 4
2222
Height = 48
@@ -159,7 +159,12 @@ object frmAbout: TfrmAbout
159159
Anchors = [akTop, akRight]
160160
AutoSize = False
161161
Caption = '0.0.0'
162+
Font.CharSet = ANSI_CHARSET
163+
Font.Color = clWindowText
164+
Font.Height = -11
165+
Font.Name = 'Tahoma'
162166
ParentColor = False
167+
ParentFont = False
163168
end
164169
object lblTitle: TLabel
165170
Left = 64

0 commit comments

Comments
 (0)