We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fyne-io
andydotxyz
toaster
Jacalz
changkun
Learn more about funding links in repositories.
Report abuse
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
There is an error like below.
w.SetFixedSize(true)
w.SetFixedSize(false)
The text was updated successfully, but these errors were encountered:
This also seems to be an issue if you can Window.Resize() after Window.SetMainMenu()
Window.Resize()
Window.SetMainMenu()
Sorry, something went wrong.
Fix certain issues with Resize and FixedSize windows
6ec6e38
This is pretty much Linux specific due to the order of resize operations and scale detection. Fixes fyne-io#1105
4b8ba63
This is pretty much Linux specific due to the order of resize operations and scale detection. Fixes #1105
On develop for testing.
No branches or pull requests
There is an error like below.
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: