Skip to content

Commit 914be81

Browse files
committed
Add some fontquality options
6.8.3
1 parent ec8d500 commit 914be81

14 files changed

+452
-231
lines changed

Cheat Engine/MainUnit.lfm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
object MainForm: TMainForm
22
Tag = 2
3-
Left = 246
3+
Left = 370
44
Height = 625
55
Hint = ' '
6-
Top = 87
6+
Top = 107
77
Width = 622
88
HelpContext = 1
99
HorzScrollBar.Visible = False
@@ -1738,7 +1738,7 @@ object MainForm: TMainForm
17381738
Width = 98
17391739
Anchors = [akLeft, akBottom]
17401740
BorderSpacing.Bottom = 5
1741-
Caption = 'Memory view'
1741+
Caption = 'Memory View'
17421742
OnClick = btnMemoryViewClick
17431743
TabOrder = 17
17441744
end

Cheat Engine/MemoryBrowserFormUnit.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,6 +1892,7 @@ procedure TMemoryBrowser.miTextPreferencesClick(Sender: TObject);
18921892
fontdialog2.font.CharSet:=fd.CharSet;
18931893
fontdialog2.font.Quality:=fd.Quality;
18941894
fontdialog2.font.Orientation:=fd.Orientation;
1895+
cbFontQuality.ItemIndex:=integer(fd.Quality);
18951896
btnHexFont.Caption:=fontdialog2.Font.Name+' '+inttostr(fontdialog2.Font.Size);
18961897

18971898

0 commit comments

Comments
 (0)