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

Add resolution control option to the config screen #2296

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Commits on Jan 31, 2024

  1. Add resolution control option

    The resolution controls would not fit in the allocated space, so I
    changed the rendering of slidercontrols to enable rendering the slider
    bar and the value text in the same area.
    
    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f323d6d View commit details
    Browse the repository at this point in the history
  2. Reorder the resolution option close to the fullscreen button

    reduce the length of scrollbars so that it doesn't look as busy
    
    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    dc099be View commit details
    Browse the repository at this point in the history
  3. Strip the 24bit part of the resolution to reduce the text lenght so t…

    …hat the box can be reduced to avoid overlapping with the undo button.
    
    Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
    MeeniMc committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    951f7cb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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