add default and advanced resize

This commit is contained in:
Eduard Gert
2026-05-22 09:53:08 +02:00
parent 8d4f35352f
commit 580cfa0dc5
10 changed files with 105 additions and 120 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ func main() {
window := app.Window.NewWithOptions(application.WebviewWindowOptions{
Title: "NetBird",
Width: 380,
Height: 590,
Height: 640,
Hidden: true,
BackgroundColour: application.NewRGB(24, 26, 29),
URL: "/",