mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +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]
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Top = 11
|
||||
DropDownCount = 12
|
||||
ItemHeight = 18
|
||||
Style = csDropDownList
|
||||
TabOrder = 2
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user