mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 12:21:30 +02:00
ide editorfilemanager dialog: high-DPI. issue #31775
git-svn-id: trunk@54925 -
This commit is contained in:
parent
a46ef96dee
commit
eae5407804
@ -3,14 +3,13 @@ object EditorFileManagerForm: TEditorFileManagerForm
|
|||||||
Height = 380
|
Height = 380
|
||||||
Top = 126
|
Top = 126
|
||||||
Width = 722
|
Width = 722
|
||||||
ActiveControl = FilterEdit
|
|
||||||
Caption = 'EditorFileManagerForm'
|
Caption = 'EditorFileManagerForm'
|
||||||
ClientHeight = 380
|
ClientHeight = 380
|
||||||
ClientWidth = 722
|
ClientWidth = 722
|
||||||
KeyPreview = True
|
KeyPreview = True
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnKeyDown = FormKeyDown
|
OnKeyDown = FormKeyDown
|
||||||
LCLVersion = '1.5'
|
LCLVersion = '1.9.0.0'
|
||||||
object CheckListBox1: TCheckListBox
|
object CheckListBox1: TCheckListBox
|
||||||
AnchorSideTop.Control = FilterPanel
|
AnchorSideTop.Control = FilterPanel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
@ -191,7 +190,6 @@ object EditorFileManagerForm: TEditorFileManagerForm
|
|||||||
Top = 2
|
Top = 2
|
||||||
Width = 25
|
Width = 25
|
||||||
AllowAllUp = True
|
AllowAllUp = True
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 3
|
BorderSpacing.Left = 3
|
||||||
Constraints.MinHeight = 25
|
Constraints.MinHeight = 25
|
||||||
|
Loading…
Reference in New Issue
Block a user