mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX #481: Cocoa: hard to see in "Synchronize directories" (transparent background by "clDefault" color)
This commit is contained in:
parent
710c2d6cc2
commit
74cfa08245
1 changed files with 4 additions and 0 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue