Skip to content

Extract status bar width constant #327

@erikjuhani

Description

@erikjuhani

The status bar right section width is hardcoded as Constraint::Length(28).

Location: basalt/src/statusbar.rs#L37

Change: Extract to a named constant:

const STATUSBAR_RIGHT_WIDTH: u16 = 28;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions