A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
change the popup sizing and positioning logic from c88146289 to only apply when popup is a significant fraction of the size of the source window that it is a popup of. much better.
add an option on Stage to disable min size of a new window, and also to specify the size of the window manually.
add a ResizeToContents function to Scene that resizes an existing Scene to fit current contents, and rename prefSize -> contentSize
change the popup sizing and positioning logic from c88146289 to only apply when popup is a significant fraction of the size of the source window that it is a popup of. much better.
add an option on Stage to disable min size of a new window, and also to specify the size of the window manually.
add a
ResizeToContents
function to Scene that resizes an existing Scene to fit current contents, and renameprefSize
->contentSize
fixes #1283 and fixes #1298