ui: use system font in flat controls

This commit is contained in:
2026-08-05 13:20:03 +03:00
parent bd057a7849
commit 907c2c05c3
9 changed files with 0 additions and 9 deletions
-1
View File
@@ -529,7 +529,6 @@ begin
B.ClrBorder := FButtonTheme.BtnBorderNorm;
B.ClrText := FButtonTheme.BtnText;
B.ClrTextAct := FButtonTheme.BtnTextActive;
B.Font.Name := 'Courier New';
B.Font.Size := 8;
B.Invalidate;
end;