fix: reanble window resize to better support multi monitor setups with different resolutions
This commit is contained in:
parent
3072446df0
commit
4a3fb2be58
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ func main() {
|
|||
a := app.New()
|
||||
mainWindow = a.NewWindow("JakartaEE & Spring Boot Starter")
|
||||
mainWindow.Resize(fyne.NewSize(600, 600))
|
||||
mainWindow.SetFixedSize(true)
|
||||
// mainWindow.SetFixedSize(true)
|
||||
|
||||
// Initialize dependencies
|
||||
dependencies = []dependency.Dependency{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue