gui: bigger default window size

This commit is contained in:
mappu 2024-07-05 18:43:02 +12:00
parent 35f09fc072
commit cecfc338d4
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ func (f *TMainForm) OnFormCreate(sender vcl.IObject) {
f.SetCaption(APPNAME)
f.ScreenCenter()
f.SetWidth(1280)
f.SetHeight(640)
f.ImageList.GetIcon(imgDatabaseLightning, f.Icon())
mnuFile := vcl.NewMenuItem(f)