mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 11:59:13 +02:00
IDE: Increase DropDownCount of project types ComboBox in Startup options page.
git-svn-id: trunk@64808 -
This commit is contained in:
parent
b73594affa
commit
e258c45f8c
@ -92,6 +92,7 @@ object IdeStartupFrame: TIdeStartupFrame
|
|||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Top = 11
|
BorderSpacing.Top = 11
|
||||||
|
DropDownCount = 12
|
||||||
ItemHeight = 18
|
ItemHeight = 18
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
|
@ -19,7 +19,9 @@
|
|||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
Abtract:
|
Abtract:
|
||||||
Frame for environment options for new projects.
|
Frame for environment options for things happening during startup.
|
||||||
|
- Single Lazarus IDE instance / multiple instances.
|
||||||
|
- The project that gets opened or created.
|
||||||
}
|
}
|
||||||
unit IdeStartup_Options;
|
unit IdeStartup_Options;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user