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

Rework dialog boxes to use modern components and sizing #653

Merged
merged 4 commits into from
Oct 12, 2024

Commits on Oct 12, 2024

  1. Rework dialog boxes to use modern components and sizing

    Dialog boxes were previously very hardcoded. This PR makes them use the
    more modern container widgets and text rendering so they are more
    flexible with regard to their contents.
    
    This also improves the menu widget layout behavior and adds support for
    centered horizontal menus, which are used for the dialog buttons.
    
    Dialog boxes are now made up of a menu containing a textlabel, for the
    dialog text, then a horizontal, centered menu that holds the dialog
    buttons.
    Vagabond committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a599a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d01a38 View commit details
    Browse the repository at this point in the history
  3. Missed commit

    Vagabond committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    02d2730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    827f1ba View commit details
    Browse the repository at this point in the history