mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 23:00:15 +02:00
Packager, Install package dialog: Fix FilterEdit width.
git-svn-id: trunk@46709 -
This commit is contained in:
parent
09cfc22c1a
commit
42161a343a
@ -92,9 +92,9 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
|||||||
object InstalledFilterEdit: TTreeFilterEdit
|
object InstalledFilterEdit: TTreeFilterEdit
|
||||||
AnchorSideTop.Control = InstallPkgGroupBox
|
AnchorSideTop.Control = InstallPkgGroupBox
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 25
|
Height = 28
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 253
|
Width = 276
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 1
|
NumGlyphs = 1
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -165,14 +165,13 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
|||||||
object AvailableFilterEdit: TTreeFilterEdit
|
object AvailableFilterEdit: TTreeFilterEdit
|
||||||
AnchorSideTop.Control = AvailablePkgGroupBox
|
AnchorSideTop.Control = AvailablePkgGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 28
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 255
|
Width = 279
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
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