mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 13:09:39 +02:00
EditorOptions/Mouse: Cleanup
git-svn-id: trunk@20386 -
This commit is contained in:
parent
c97984671d
commit
74c1e17f0b
@ -46,7 +46,7 @@ inherited EditorMouseOptionsFrame: TEditorMouseOptionsFrame
|
|||||||
Width = 130
|
Width = 130
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
AutoExpand = True
|
AutoExpand = True
|
||||||
Constraints.MinWidth = 80
|
Constraints.MinWidth = 50
|
||||||
DefaultItemHeight = 17
|
DefaultItemHeight = 17
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
|
@ -17,7 +17,7 @@ LazarusResources.Add('TEditorMouseOptionsFrame','FORMDATA',[
|
|||||||
+'useDown'#11'OnMouseMove'#7#19'ActionGridMouseMove'#9'OnMouseUp'#7#17'Action'
|
+'useDown'#11'OnMouseMove'#7#19'ActionGridMouseMove'#9'OnMouseUp'#7#17'Action'
|
||||||
+'GridMouseUp'#8'OnResize'#7#16'ActionGridResize'#0#0#9'TTreeView'#11'Context'
|
+'GridMouseUp'#8'OnResize'#7#16'ActionGridResize'#0#0#9'TTreeView'#11'Context'
|
||||||
+'Tree'#4'Left'#2#0#6'Height'#3'z'#1#3'Top'#2#0#5'Width'#3#130#0#5'Align'#7#6
|
+'Tree'#4'Left'#2#0#6'Height'#3'z'#1#3'Top'#2#0#5'Width'#3#130#0#5'Align'#7#6
|
||||||
+'alLeft'#10'AutoExpand'#9#20'Constraints.MinWidth'#2'P'#17'DefaultItemHeight'
|
+'alLeft'#10'AutoExpand'#9#20'Constraints.MinWidth'#2'2'#17'DefaultItemHeight'
|
||||||
+#2#17#8'ReadOnly'#9#8'TabOrder'#2#1#8'OnChange'#7#17'ContextTreeChange'#7'Op'
|
+#2#17#8'ReadOnly'#9#8'TabOrder'#2#1#8'OnChange'#7#17'ContextTreeChange'#7'Op'
|
||||||
+'tions'#11#13'tvoAutoExpand'#17'tvoAutoItemHeight'#16'tvoHideSelection'#21't'
|
+'tions'#11#13'tvoAutoExpand'#17'tvoAutoItemHeight'#16'tvoHideSelection'#21't'
|
||||||
+'voKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11
|
+'voKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11
|
||||||
|
@ -240,7 +240,6 @@ begin
|
|||||||
FMainActions := TSynEditMouseActions.Create(nil);
|
FMainActions := TSynEditMouseActions.Create(nil);
|
||||||
FSelActions := TSynEditMouseActions.Create(nil);
|
FSelActions := TSynEditMouseActions.Create(nil);
|
||||||
ChangeDlg := TMouseaActionDialog.Create(self);
|
ChangeDlg := TMouseaActionDialog.Create(self);
|
||||||
ActionGrid.Constraints.MinWidth := ActionGrid.ColCount * MinGridColSize;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TEditorMouseOptionsFrame.Destroy;
|
destructor TEditorMouseOptionsFrame.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user