mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 06:09:29 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user