mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-25 11:48:18 +02:00
InstallPackages dialog: Remove a wrong color setting from a FilterEdit. Issue #31415.
git-svn-id: trunk@54252 -
This commit is contained in:
parent
dc9b82b913
commit
b51e25235f
@ -15,7 +15,7 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
|||||||
OnResize = InstallPkgSetDialogResize
|
OnResize = InstallPkgSetDialogResize
|
||||||
OnShow = InstallPkgSetDialogShow
|
OnShow = InstallPkgSetDialogShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.5'
|
LCLVersion = '1.7'
|
||||||
object InstallPkgGroupBox: TGroupBox
|
object InstallPkgGroupBox: TGroupBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = NoteLabel
|
AnchorSideTop.Control = NoteLabel
|
||||||
@ -103,7 +103,6 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
|||||||
NumGlyphs = 1
|
NumGlyphs = 1
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Font.Color = clBtnShadow
|
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user