From 32471e25b0bb10a9180dbb7b671d20aa7cc987f1 Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 6 Jul 2026 20:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=BB=9A=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/ui/profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/profile.go b/internal/ui/profile.go index 77efb42..617433f 100644 --- a/internal/ui/profile.go +++ b/internal/ui/profile.go @@ -114,7 +114,7 @@ func (a *App) showProfileDialog(editing *model.ServerProfile) { profileWin.Close() }) - profileWin.SetContent(container.NewBorder(nil, container.NewHBox(saveBtn, cancelBtn), nil, nil, container.NewScroll(form))) + profileWin.SetContent(container.NewBorder(nil, container.NewHBox(saveBtn, cancelBtn), nil, nil, form)) profileWin.Resize(fyne.NewSize(460, 560)) profileWin.Show() }