gui: fix popup position for redis connection dialog

This commit is contained in:
mappu 2024-06-30 11:05:25 +12:00
parent 50cf207eae
commit d3ebcb4666
1 changed files with 1 additions and 1 deletions

View File

@ -26,9 +26,9 @@ type TRedisConnectionDialog struct {
func (f *TRedisConnectionDialog) OnFormCreate(sender vcl.IObject) {
f.SetCaption("Connect to Redis...")
f.ScreenCenter()
f.SetWidth(320)
f.SetHeight(160)
f.SetPosition(types.PoOwnerFormCenter)
// row 1