mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Center session manager dialog on screen instead of main form, so it's never off screen. Fixes issue #1511.
This commit is contained in:
@ -15,7 +15,7 @@ object connform: Tconnform
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
Position = poOwnerFormCenter
|
||||
Position = poDesktopCenter
|
||||
ShowHint = True
|
||||
OnClose = FormClose
|
||||
OnCloseQuery = FormCloseQuery
|
||||
|
Reference in New Issue
Block a user