mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 05:49:30 +02:00
IDE: Remove a wrong color setting from FilterEdits. Issue #31415.
git-svn-id: trunk@54259 -
This commit is contained in:
parent
3456985cf7
commit
a0b00a6d66
@ -114,7 +114,6 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
NumGlyphs = 1
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 3
|
||||
Font.Color = clBtnShadow
|
||||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
|
@ -114,7 +114,6 @@ object UseUnitDialog: TUseUnitDialog
|
||||
NumGlyphs = 1
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Font.Color = clBtnShadow
|
||||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
|
@ -251,7 +251,6 @@ object PackageEditorForm: TPackageEditorForm
|
||||
NumGlyphs = 1
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 11
|
||||
Font.Color = clBtnShadow
|
||||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
|
Loading…
Reference in New Issue
Block a user