mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 22:59:15 +02:00
PoChecker: center dialog which shows missing Po files relative to screen center, not main form center (it happens to be component palette in IDE, causing the dialog to be partly off screen)
git-svn-id: trunk@47295 -
This commit is contained in:
parent
059b7d50d4
commit
9c46aa1401
@ -8,7 +8,7 @@ object MemoForm: TMemoForm
|
||||
ClientWidth = 365
|
||||
Constraints.MinHeight = 230
|
||||
Constraints.MinWidth = 365
|
||||
Position = poMainFormCenter
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.3'
|
||||
object BitBtn1: TBitBtn
|
||||
AnchorSideLeft.Control = MsgMemo
|
||||
|
Loading…
Reference in New Issue
Block a user