IDE: Increase DropDownCount of project types ComboBox in Startup options page.

git-svn-id: trunk@64808 -
This commit is contained in:
juha 2021-03-14 20:40:25 +00:00
parent b73594affa
commit e258c45f8c
2 changed files with 4 additions and 1 deletions

View File

@ -92,6 +92,7 @@ object IdeStartupFrame: TIdeStartupFrame
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 11
DropDownCount = 12
ItemHeight = 18
Style = csDropDownList
TabOrder = 2

View File

@ -19,7 +19,9 @@
***************************************************************************
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;