Center session manager dialog on screen instead of main form, so it's never off screen. Fixes issue #1511.

This commit is contained in:
Ansgar Becker
2009-12-07 18:31:30 +00:00
parent 400f4dd040
commit ce1da97120

View File

@ -15,7 +15,7 @@ object connform: Tconnform
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
Position = poDesktopCenter
ShowHint = True
OnClose = FormClose
OnCloseQuery = FormCloseQuery