-
Notifications
You must be signed in to change notification settings - Fork 276
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
Double Commander
Version: 1.2.0 alpha
Revision: Unknown
Commit: Unknown
Build date: 2025/01/25
Lazarus: 4.0.0.2
FPC: 3.2.2
Platform: x86_64-Win64-win32/win64
OS version: Windows 11 23H2 x86_64
Description
The font of the tabstop header is not the same as the file list (Segoe UI vs Microsoft Sans Serif). I am not sure if it is by design.
A simple patch:
procedure TColumnsFileView.SetColumns;
...
Width:= ColumnsClass.GetColumnWidth(X);
Title.Caption:= ColumnsClass.GetColumnTitle(X);
Title.Font.Name := gFonts[dcfMain].Name;
Title.Font.Size := gFonts[dcfMain].Size;
Title.Font.Style := gFonts[dcfMain].Style;
AColumnsFunctions+= ColumnsClass.GetColumnFuncString(X);
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

