mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 10:59:07 +02:00
set default item height
git-svn-id: trunk@3872 -
This commit is contained in:
parent
40b8483953
commit
1b117827d1
@ -2082,6 +2082,7 @@ begin
|
|||||||
FComponentList:=TComponentSelectionList.Create;
|
FComponentList:=TComponentSelectionList.Create;
|
||||||
FUpdatingAvailComboBox:=false;
|
FUpdatingAvailComboBox:=false;
|
||||||
Name := DefaultObjectInspectorName;
|
Name := DefaultObjectInspectorName;
|
||||||
|
FDefaultItemHeight := 22;
|
||||||
|
|
||||||
// StatusBar
|
// StatusBar
|
||||||
StatusBar:=TStatusBar.Create(Self);
|
StatusBar:=TStatusBar.Create(Self);
|
||||||
|
Loading…
Reference in New Issue
Block a user