Skip to content

Commit ad51ed7

Browse files
committed
UPD: the default gExtraLineSpan is larger on macOS
1 parent 5f8743c commit ad51ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uglobs.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ procedure SetDefaultConfigGlobs;
18331833
gDriveBlackListUnmounted := False;
18341834

18351835
{ File views page }
1836-
gExtraLineSpan := 2;
1836+
gExtraLineSpan := {$IFnDEF DARWIN}2{$ELSE}8{$ENDIF};
18371837
gFolderPrefix := '[';
18381838
gFolderPostfix := ']';
18391839
gRenameConfirmMouse := False;

0 commit comments

Comments
 (0)