Skip to content

Commit 27e4a32

Browse files
committed
Changed Font of the Memos to Consolas, size 10
1 parent e999848 commit 27e4a32

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Demos/Demo01/Unit1.dfm

+14
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@ object Form1: TForm1
3333
Width = 528
3434
Height = 136
3535
Align = alClient
36+
Font.Charset = DEFAULT_CHARSET
37+
Font.Color = clWindowText
38+
Font.Height = -13
39+
Font.Name = 'Consolas'
40+
Font.Pitch = fpVariable
41+
Font.Style = []
3642
Lines.Strings = (
3743
'print(2+2)')
44+
ParentFont = False
3845
ScrollBars = ssBoth
3946
TabOrder = 1
4047
end
@@ -80,6 +87,13 @@ object Form1: TForm1
8087
Width = 528
8188
Height = 153
8289
Align = alTop
90+
Font.Charset = DEFAULT_CHARSET
91+
Font.Color = clWindowText
92+
Font.Height = -13
93+
Font.Name = 'Consolas'
94+
Font.Pitch = fpVariable
95+
Font.Style = []
96+
ParentFont = False
8397
ScrollBars = ssBoth
8498
TabOrder = 2
8599
end

0 commit comments

Comments
 (0)