IDE, View Units dialog: Fix FilterEdit width.

git-svn-id: trunk@46712 -
This commit is contained in:
juha 2014-10-30 19:48:03 +00:00
parent 502661d7db
commit 79ab7d6637

View File

@ -15,7 +15,7 @@ object ViewUnitDialog: TViewUnitDialog
OnCreate = FormCreate OnCreate = FormCreate
OnDestroy = FormDestroy OnDestroy = FormDestroy
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '1.1' LCLVersion = '1.3'
object Listbox: TListBox object Listbox: TListBox
Left = 6 Left = 6
Height = 278 Height = 278
@ -85,16 +85,15 @@ object ViewUnitDialog: TViewUnitDialog
AnchorSideTop.Control = SortAlphabeticallySpeedButton AnchorSideTop.Control = SortAlphabeticallySpeedButton
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 22 Left = 22
Height = 25 Height = 28
Top = 2 Top = 0
Width = 328 Width = 349
ButtonWidth = 23 ButtonWidth = 23
NumGlyphs = 1 NumGlyphs = 1
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Bottom = 6 BorderSpacing.Bottom = 6
Font.Color = clBtnShadow
MaxLength = 0 MaxLength = 0
ParentFont = False ParentFont = False
TabOrder = 0 TabOrder = 0