mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 22:41:37 +02:00
IDE, View Units dialog: Fix FilterEdit width.
git-svn-id: trunk@46712 -
This commit is contained in:
parent
502661d7db
commit
79ab7d6637
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user