mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 15:57:56 +02:00
Object Inspector: Fix FilterEdit width.
git-svn-id: trunk@46704 -
This commit is contained in:
parent
f1afc4e4cd
commit
2c7bdfe3c5
@ -47,10 +47,10 @@ object ObjectInspectorDlg: TObjectInspectorDlg
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = FilterLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 77
|
||||
Height = 23
|
||||
Left = 92
|
||||
Height = 28
|
||||
Top = 3
|
||||
Width = 194
|
||||
Width = 204
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 1
|
||||
|
Loading…
Reference in New Issue
Block a user