ui(status): use system font

This commit is contained in:
2026-08-05 16:11:57 +03:00
parent a0f4b044db
commit 19babef4d7
-1
View File
@@ -84,7 +84,6 @@ begin
FLabels[Index].Alignment := taLeftJustify;
FLabels[Index].Layout := tlCenter;
FLabels[Index].Caption := Cap;
FLabels[Index].Font.Name := 'Courier New';
FLabels[Index].Font.Size := 8;
end;