mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:20:34 +02:00
IdeIntf: Hide top border in Object Inspecter. Issue #28062, patch from Alexey Torgashin.
git-svn-id: trunk@48981 -
This commit is contained in:
parent
022a311650
commit
6ebf07e5d9
@ -37,10 +37,11 @@ object ObjectInspectorDlg: TObjectInspectorDlg
|
||||
Left = 0
|
||||
Height = 184
|
||||
Top = 23
|
||||
Width = 300
|
||||
Width = 406
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 184
|
||||
ClientWidth = 300
|
||||
ClientWidth = 406
|
||||
TabOrder = 2
|
||||
object CompFilterEdit: TTreeFilterEdit
|
||||
AnchorSideLeft.Control = FilterLabel
|
||||
|
Loading…
Reference in New Issue
Block a user