components: don't use poDesktopCenter and use poScreenCenter instead since poDesktopCenter positions in the center between 2 monitors for dual-monitor systems (bug #0014978)

git-svn-id: trunk@26419 -
This commit is contained in:
paul 2010-07-02 16:49:54 +00:00
parent c1d61c8ba6
commit e16c63743c
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ object LR_FunctEditorForm: TLR_FunctEditorForm
ClientWidth = 420
OnClose = FormClose
OnCreate = FormCreate
Position = poDesktopCenter
Position = poScreenCenter
LCLVersion = '0.9.29'
object ListBox1: TListBox
Left = 0

View File

@ -10,7 +10,7 @@ object LR_FunctEditor1Form: TLR_FunctEditor1Form
Caption = 'LR_FunctEditor1Form'
ClientHeight = 300
ClientWidth = 412
Position = poDesktopCenter
Position = poScreenCenter
LCLVersion = '0.9.29'
object Panel1: TPanel
Left = 0

View File

@ -8,7 +8,7 @@ object SQLStringsPropertyEditorDlg: TSQLStringsPropertyEditorDlg
ClientWidth = 494
OnShow = FormShow
ParentFont = False
Position = poDesktopCenter
Position = poScreenCenter
LCLVersion = '0.9.25'
object ButtonsPanel: TButtonPanel
Left = 6