mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-06 19:28:03 -05:00
Fix a merge gone wrong.
This commit is contained in:
parent
5440b8d802
commit
497f84e75b
@ -397,17 +397,10 @@ object SimbaForm: TSimbaForm
|
||||
EditLabel.AnchorSideTop.Side = asrCenter
|
||||
EditLabel.AnchorSideRight.Control = LabeledEditSearch
|
||||
EditLabel.AnchorSideBottom.Control = LabeledEditSearch
|
||||
<<<<<<< HEAD
|
||||
EditLabel.Left = 64
|
||||
EditLabel.Height = 18
|
||||
EditLabel.Top = 10
|
||||
EditLabel.Width = 37
|
||||
=======
|
||||
EditLabel.Left = 71
|
||||
EditLabel.Height = 16
|
||||
EditLabel.Top = 9
|
||||
EditLabel.Width = 30
|
||||
>>>>>>> upstream/master
|
||||
EditLabel.Caption = 'Find: '
|
||||
EditLabel.ParentColor = False
|
||||
LabelPosition = lpLeft
|
||||
@ -422,11 +415,7 @@ object SimbaForm: TSimbaForm
|
||||
Left = 320
|
||||
Height = 24
|
||||
Top = 7
|
||||
<<<<<<< HEAD
|
||||
Width = 101
|
||||
=======
|
||||
Width = 80
|
||||
>>>>>>> upstream/master
|
||||
Caption = 'Match case'
|
||||
OnClick = CheckBoxMatchCaseClick
|
||||
TabOrder = 1
|
||||
@ -468,13 +457,10 @@ object SimbaForm: TSimbaForm
|
||||
OnKeyDown = editSearchListKeyDown
|
||||
OnKeyPress = editSearchListKeyPress
|
||||
end
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
inherited FunctionListLabel: TLabel
|
||||
Height = 16
|
||||
Width = 146
|
||||
end
|
||||
>>>>>>> upstream/master
|
||||
end
|
||||
end
|
||||
object MainMenu: TMainMenu
|
||||
|
Loading…
Reference in New Issue
Block a user