修复滚动问题

This commit is contained in:
2026-07-06 20:29:10 +08:00
parent 12210423f2
commit 32471e25b0
+1 -1
View File
@@ -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()
}