mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
IDE: Change style of target selection comboboxes from csDropDown to csDropDownList. Issue #18088, patch from Sven Barth
git-svn-id: trunk@31999 -
This commit is contained in:
parent
6b7626218c
commit
fd515183d0
@ -196,6 +196,7 @@ inherited CompilerCodegenOptionsFrame: TCompilerCodegenOptionsFrame
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
TabOrder = 0
|
||||
Style = csDropDownList
|
||||
Text = 'TargetOSComboBox'
|
||||
end
|
||||
object TargetCPUComboBox: TComboBox
|
||||
@ -214,6 +215,7 @@ inherited CompilerCodegenOptionsFrame: TCompilerCodegenOptionsFrame
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
TabOrder = 1
|
||||
Style = csDropDownList
|
||||
Text = 'TargetCPUComboBox'
|
||||
end
|
||||
object TargetProcessorProcComboBox: TComboBox
|
||||
@ -232,6 +234,7 @@ inherited CompilerCodegenOptionsFrame: TCompilerCodegenOptionsFrame
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
TabOrder = 2
|
||||
Style = csDropDownList
|
||||
Text = 'TargetProcessorProcComboBox'
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user