Merged revision(s) 54252 #b51e25235f, 54259 #a0b00a6d66 from trunk:

InstallPackages dialog: Remove a wrong color setting from a FilterEdit. Issue #31415.
........
IDE: Remove a wrong color setting from FilterEdits. Issue #31415.
........

git-svn-id: branches/fixes_1_6@54317 -
This commit is contained in:
maxim 2017-02-28 22:26:13 +00:00
parent bcbc19c617
commit b48d628da2
4 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -111,7 +111,6 @@ object UseUnitDialog: TUseUnitDialog
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
Font.Color = clBtnShadow
MaxLength = 0
ParentFont = False
TabOrder = 0

View File

@ -15,7 +15,7 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
OnResize = InstallPkgSetDialogResize
OnShow = InstallPkgSetDialogShow
Position = poScreenCenter
LCLVersion = '1.5'
LCLVersion = '1.7'
object InstallPkgGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = NoteLabel
@ -103,7 +103,6 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
Font.Color = clBtnShadow
MaxLength = 0
ParentFont = False
TabOrder = 0

View File

@ -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