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;
-1
View File
@@ -204,7 +204,6 @@ begin
Result.ClrBorder := ClrBorder;
Result.ClrText := ClrText;
Result.ClrTextAct := ClrTextAct;
Result.Font.Name := 'Courier New';
Result.Font.Size := 8;
Result.Font.Color := ClrText;
end;
-1
View File
@@ -77,7 +77,6 @@ begin
TabStop := True;
Cursor := crHandPoint;
Font.Name := 'Courier New';
Font.Size := 9;
FClrBG := TColor($00181818);
-1
View File
@@ -272,7 +272,6 @@ begin
TabStop := True;
Cursor := crDefault;
Font.Name := 'Courier New';
Font.Size := 9;
FClrBG := TColor($001A1A1A);
-1
View File
@@ -112,7 +112,6 @@ begin
FEditing := False;
FDragging := False;
Font.Name := 'Courier New';
Font.Size := 9;
FClrOuterBG := TColor($00181818);
-1
View File
@@ -127,7 +127,6 @@ begin
TabStop := True;
Cursor := crIBeam;
Font.Name := 'Courier New';
Font.Size := 9;
FMinValue := 0.0;
-1
View File
@@ -93,7 +93,6 @@ begin
TabStop := True;
Cursor := crDefault;
Font.Name := 'Courier New';
Font.Size := 8;
FClrOuterBG := TColor($00181818);
-1
View File
@@ -78,7 +78,6 @@ begin
TabStop := True;
Cursor := crHandPoint;
Font.Name := 'Courier New';
Font.Size := 9;
FClrBG := TColor($00181818);
-1
View File
@@ -121,7 +121,6 @@ begin
TabStop := True;
Cursor := crIBeam;
Font.Name := 'Courier New';
Font.Size := 9;
FMinValue := 0;