From b213e8a2947915b44dbdfee304da3313462e43e1 Mon Sep 17 00:00:00 2001 From: Juha Date: Thu, 10 Apr 2025 13:37:41 +0300 Subject: [PATCH] IDE: Restore a small dot symbol in ViewUnit dialog, the big one is not included in Windows fonts. See 7a6a7a85. --- ide/viewunit_dlg.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/viewunit_dlg.pp b/ide/viewunit_dlg.pp index 6bc5e4cdbd..7c927eed6d 100644 --- a/ide/viewunit_dlg.pp +++ b/ide/viewunit_dlg.pp @@ -420,7 +420,7 @@ begin aTop, Items[Index]); UEntry := TViewUnitsEntry(Items.Objects[Index]); if vufOpen in UEntry.Flags then // already open indicator - Canvas.TextRect(ARect, ARect.Right - Scale96ToFont(18), aTop, '🟢'); // • ● 🟢 + Canvas.TextRect(ARect, ARect.Right - Scale96ToFont(8), aTop, '•'); // • ● 🟢 // Update the initial Selected state here. if FFirstDraw then begin if vufSelected in UEntry.Flags then