mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 11:39:25 +02:00
ToDoList: Use the default poDesign positions. Window location is remembered then (somehow). Issue #41644.
This commit is contained in:
parent
5c5eafe2df
commit
64773c0c3d
@ -8,7 +8,6 @@ object IDETodoWindow: TIDETodoWindow
|
|||||||
ClientHeight = 230
|
ClientHeight = 230
|
||||||
ClientWidth = 820
|
ClientWidth = 820
|
||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
Position = poScreenCenter
|
|
||||||
SessionProperties = 'cboShowWhat.ItemIndex;chkListed.Checked;chkPackages.Checked;chkSourceEditor.Checked;chkUsed.Checked;lvTodo.Columns'
|
SessionProperties = 'cboShowWhat.ItemIndex;chkListed.Checked;chkPackages.Checked;chkSourceEditor.Checked;chkUsed.Checked;lvTodo.Columns'
|
||||||
LCLVersion = '4.99.0.0'
|
LCLVersion = '4.99.0.0'
|
||||||
OnCloseQuery = FormCloseQuery
|
OnCloseQuery = FormCloseQuery
|
||||||
|
Loading…
Reference in New Issue
Block a user