mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 11:59:20 +02:00
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:
parent
c1d61c8ba6
commit
e16c63743c
@ -12,7 +12,7 @@ object LR_FunctEditorForm: TLR_FunctEditorForm
|
|||||||
ClientWidth = 420
|
ClientWidth = 420
|
||||||
OnClose = FormClose
|
OnClose = FormClose
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
Position = poDesktopCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.29'
|
LCLVersion = '0.9.29'
|
||||||
object ListBox1: TListBox
|
object ListBox1: TListBox
|
||||||
Left = 0
|
Left = 0
|
||||||
|
@ -10,7 +10,7 @@ object LR_FunctEditor1Form: TLR_FunctEditor1Form
|
|||||||
Caption = 'LR_FunctEditor1Form'
|
Caption = 'LR_FunctEditor1Form'
|
||||||
ClientHeight = 300
|
ClientHeight = 300
|
||||||
ClientWidth = 412
|
ClientWidth = 412
|
||||||
Position = poDesktopCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.29'
|
LCLVersion = '0.9.29'
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
|
@ -8,7 +8,7 @@ object SQLStringsPropertyEditorDlg: TSQLStringsPropertyEditorDlg
|
|||||||
ClientWidth = 494
|
ClientWidth = 494
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
Position = poDesktopCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.25'
|
LCLVersion = '0.9.25'
|
||||||
object ButtonsPanel: TButtonPanel
|
object ButtonsPanel: TButtonPanel
|
||||||
Left = 6
|
Left = 6
|
||||||
|
Loading…
Reference in New Issue
Block a user