From 19babef4d70fd80b7159508dee4209706879309b Mon Sep 17 00:00:00 2001 From: Vladimir Date: Wed, 5 Aug 2026 16:11:57 +0300 Subject: [PATCH] ui(status): use system font --- StatusBar.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/StatusBar.pas b/StatusBar.pas index adcdd82..835f86e 100644 --- a/StatusBar.pas +++ b/StatusBar.pas @@ -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;