Open progfargo opened 5 months ago
This has come up before - it seems to be specific to Gnome window manager as we ask for the window to be tall because of the initial minimal width, then figure out it can be wider so the height could be smaller. We set the smaller minimum height but the window does not realise it.
I cannot find an original issue for this so unless anyone else can we will leave this open to track the (possible?) solution.
The same problem in Lubuntu 24.04 and Kubuntu 24.10. If you put "\n" after the first characters, the problem does not appear.
The same problem in Lubuntu 24.04 and Kubuntu 24.10. If you put "\n" after the first characters, the problem does not appear.
Instead of listing the bistro please state the window manager - that is what controls the window min size interpretation...
Instead of listing the bistro please state the window manager - that is what controls the window min size interpretation...
Openbox 3.6.1 and kwin 5.1.5
Checklist
Describe the bug
setting label.Wrapping to fyne.TextWrapBreak results in wrong window size.
How to reproduce
run the sample code
Screenshots
Example code
package main
import ( "fyne.io/fyne/v2" "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/widget" )
func main() { a := app.New() w := a.NewWindow("bakalim ne olacak") w.Resize(fyne.NewSize(300, 300))
}
Fyne version
v2.4.5
Go compiler version
go version go1.22.2
Operating system and version
Linux 5.15.0-107-generic #117-Ubuntu x86_64 GNU/Linux
Additional Information
No response