mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:30:41 +02:00
Merged revision(s) 55600 #dcd5f86bf0, 55605 #bea0a870ff from trunk:
IDE: ProcedureList: Fixed height of edit and combobox. Issue #32212 ........ IDE options: change description and limit for "match whole word" of highlight equal terms. Issue #032068 Based on Patch by AlexeyT (note: description part not merged) ........ git-svn-id: branches/fixes_1_8@55626 -
This commit is contained in:
parent
271396d3ad
commit
5921e3367b
@ -142,6 +142,7 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
Width = 48
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
MaxValue = 300
|
||||
TabOrder = 2
|
||||
end
|
||||
object MarkupWordNoTimerCheckBox: TCheckBox
|
||||
|
@ -214,7 +214,7 @@ object ProcedureListForm: TProcedureListForm
|
||||
Height = 607
|
||||
Top = 58
|
||||
Width = 952
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
Align = alClient
|
||||
ColCount = 4
|
||||
Columns = <
|
||||
item
|
||||
|
Loading…
Reference in New Issue
Block a user