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

A set of stage / window sizing fixes #1306

Merged
merged 6 commits into from
Nov 15, 2024
Merged

A set of stage / window sizing fixes #1306

merged 6 commits into from
Nov 15, 2024

Commits on Nov 14, 2024

  1. change the popup sizing and positioning logic from c881462 to only ap…

    …ply when popup is a significant fraction of the size of the source window that it is a popup of. much better.
    rcoreilly committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b054088 View commit details
    Browse the repository at this point in the history
  2. Scene.ResizeToContents and rename contentsSize -- added a button in w…

    …idgets / dialogs to call it -- seems to cut off a bit of size on my mac but we should see how general that is. also system.Window.SetSize was not implemented on desktop! how is that possible?
    rcoreilly committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b144e8c View commit details
    Browse the repository at this point in the history
  3. add an extra size param to ResizeToContents so any specific issues ca…

    …n be dealt with that way.
    rcoreilly committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a1825be View commit details
    Browse the repository at this point in the history
  4. address kai comments

    rcoreilly committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8417154 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. use SizeToContent

    rcoreilly committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5170f12 View commit details
    Browse the repository at this point in the history
  2. SizeToContent -> UseMinSize

    rcoreilly committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    56a2b0c View commit details
    Browse the repository at this point in the history