mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Default title style
This commit is contained in:
parent
fa1ebb7e80
commit
4a3442ca80
1 changed files with 1 additions and 1 deletions
|
|
@ -1604,7 +1604,7 @@ begin
|
|||
gAutoFillColumns := False;
|
||||
gAutoSizeColumn := 1;
|
||||
gColumnsAutoSaveWidth := True;
|
||||
gColumnsTitleStyle := {$IFDEF LCLWIN32}tsNative{$ELSE}tsStandard{$ENDIF};
|
||||
gColumnsTitleStyle := tsNative;
|
||||
gCustomColumnsChangeAllColumns := False;
|
||||
gDateTimeFormat := DefaultDateTimeFormat;
|
||||
gCutTextToColWidth := True;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue