mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: the default gExtraLineSpan is larger on macOS
This commit is contained in:
parent
5f8743c335
commit
ad51ed749e
1 changed files with 1 additions and 1 deletions
|
|
@ -1833,7 +1833,7 @@ begin
|
|||
gDriveBlackListUnmounted := False;
|
||||
|
||||
{ File views page }
|
||||
gExtraLineSpan := 2;
|
||||
gExtraLineSpan := {$IFnDEF DARWIN}2{$ELSE}8{$ENDIF};
|
||||
gFolderPrefix := '[';
|
||||
gFolderPostfix := ']';
|
||||
gRenameConfirmMouse := False;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue