Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Inconsistent font in the tabstop header #2122

Copy link
Copy link
@jdp1024

Description

@jdp1024
Issue body actions

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

Image

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);
...

Image

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.