Packager, Install package dialog: Fix FilterEdit width.

git-svn-id: trunk@46709 -
This commit is contained in:
juha 2014-10-30 19:47:40 +00:00
parent 09cfc22c1a
commit 42161a343a

View File

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