Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed font-size estimation #52

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2023

  1. Fixed font-size estimation

    In one of the commits that added support for the mini, and further commits, a
    new 'btnSize' parameter was introduced.
    
    This however was not reflected in the algorithm that determines the size.
    
    Without this fix, the text was always too wide (90px is more than the 72px my
    stream deck has), and also no longer virtually centered.
    
    This commit should address both these issues.
    
    I've only tested this with the v2.
    derickr committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    3be0c67 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Fixed off-by-1 error

    derickr committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fb6d206 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    81e568b View commit details
    Browse the repository at this point in the history