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

Revert back to the old way of fitting into 16:9: Crop one line at the top and bottom #18704

Merged
merged 1 commit into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. Revert back to the old way of fitting into 16:9: Crop one line at the…

    … top and bottom
    
    I seem to have switched to a stretch at some point, which isn't ideal and can be
    achieved anyway with the stretch option. A two-line crop (1 at top, 1 at bottom)
    is generally the better option.
    
    There's now also a hidden ini setting to turn it off. I might be
    convinced to add it as a real setting once I figure out a good name for
    it. The setting:
    
    ```ini
    [Graphics]
    DisplayCrop16x9 = True
    ```
    
    Fixes #18693
    hrydgard committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e908034 View commit details
    Browse the repository at this point in the history