mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 05:07:56 +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
|
||||
OnDestroy = FormDestroy
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.3'
|
||||
object Listbox: TListBox
|
||||
Left = 6
|
||||
Height = 278
|
||||
@ -85,16 +85,15 @@ object ViewUnitDialog: TViewUnitDialog
|
||||
AnchorSideTop.Control = SortAlphabeticallySpeedButton
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 22
|
||||
Height = 25
|
||||
Top = 2
|
||||
Width = 328
|
||||
Height = 28
|
||||
Top = 0
|
||||
Width = 349
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 1
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Font.Color = clBtnShadow
|
||||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
|
Loading…
Reference in New Issue
Block a user