Skip to content

string displaying frame counter should have constant width #12

@pariasm

Description

@pariasm

In each window there is a string like this:
"#1 [4/16] path/to/frame/005.png"

When flipping, this string is the only way of knowing which sequence is being displayed in the window. The frame number (i.e. [4/16] should be formatted as
printf("[% Nd/%d]", current_frame, total_frames);
where N is the number of digits of the sequence length. In this way it does not change in width depending on the number of digits of the number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions