mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 07:19:22 +02:00
BuildProfiles: Change profile combo style to csDropDownList, no typing allowed.
git-svn-id: trunk@27909 -
This commit is contained in:
parent
ab788f7fc7
commit
3a062cd677
@ -315,8 +315,8 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
|||||||
OnSelect = BuildProfileComboBoxSelect
|
OnSelect = BuildProfileComboBoxSelect
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
|
Style = csDropDownList
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
Text = 'BuildProfileComboBox'
|
|
||||||
end
|
end
|
||||||
object BuildProfileButton: TButton
|
object BuildProfileButton: TButton
|
||||||
AnchorSideTop.Control = BuildProfileComboBox
|
AnchorSideTop.Control = BuildProfileComboBox
|
||||||
|
Loading…
Reference in New Issue
Block a user