We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fyne-io
andydotxyz
Jacalz
dweymouth
toaster
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
Before (937991b)
After (2a54f83)
fyne.io/fyne/v2 v2.2.2-rc3.0.20220706192957-2a54f832544f
v2.2.3
No response
package main import ( "fyne.io/fyne/v2" "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/container" "fyne.io/fyne/v2/widget" ) func main() { a := app.New() w := a.NewWindow("Issue") w.Resize(fyne.NewSize(740, 430)) mainContainer := container.NewAppTabs( container.NewTabItem("Something", widget.NewEntry()), container.NewTabItem("Attributions", newTabCredits()), ) w.SetContent(mainContainer) w.CenterOnScreen() w.ShowAndRun() } func newTabCredits() fyne.CanvasObject { lbl := widget.NewRichTextFromMarkdown(`## cmd\gametts\Icon.png Creative Commons License (2021) "Text to speech" By Trevor Dsouza, IN ---- `) lbl.Wrapping = fyne.TextWrapWord return lbl }
2.2.3+
1.19.4
Windows
Windows 11 22H2 Build 22621.963
The text was updated successfully, but these errors were encountered:
Fixes fyne-io#3507 window is max size at all times
1305ea7
Merge pull request #3514 from alexballas/fix/3507
de4a964
Fixes #3507 window is max size at all times
Thanks to @alexballas this is fixed on develop and we'll pop it in the next point release too.
develop
Sorry, something went wrong.
f2fca9a
No branches or pull requests
Checklist
Describe the bug
Before (937991b)

After (2a54f83)

How to reproduce
fyne.io/fyne/v2 v2.2.2-rc3.0.20220706192957-2a54f832544f
, e.g.v2.2.3
Screenshots
No response
Example code
Fyne version
2.2.3+
Go compiler version
1.19.4
Operating system
Windows
Operating system version
Windows 11 22H2 Build 22621.963
Additional Information
No response
The text was updated successfully, but these errors were encountered: