FIX #481: Cocoa: hard to see in "Synchronize directories" (transparent background by "clDefault" color)

This commit is contained in:
rich 2022-06-24 22:34:18 +08:00 committed by Alexander Koblov
commit 74cfa08245

View file

@ -787,6 +787,10 @@ begin
FIniPropStorage.StoredValues.Add.DisplayName:= Format(GRID_COLUMN_FMT, [Index]);
end;
{$IFDEF LCLCOCOA}
pnlProgress.Color:=clBtnHighlight;
{$ENDIF}
lblProgress.Caption := rsOperCopying;
lblProgressDelete.Caption := rsOperDeleting;
{ settings }