gui: fix popup position for redis connection dialog
This commit is contained in:
parent
50cf207eae
commit
d3ebcb4666
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user