mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
IDE: fixed TChooseClassSectionDialog.Position (use poScreenCenter).
git-svn-id: trunk@50219 -
This commit is contained in:
parent
db5d7eaeaf
commit
7ccbb1c8be
@ -9,7 +9,7 @@ object ChooseClassSectionDialog: TChooseClassSectionDialog
|
||||
ClientWidth = 252
|
||||
KeyPreview = True
|
||||
OnKeyPress = FormKeyPress
|
||||
Position = poDesktopCenter
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.5'
|
||||
object SectionsListBox: TListBox
|
||||
Left = 10
|
||||
|
Loading…
Reference in New Issue
Block a user