mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
EditorOptions/Mouse: improved grid layout
git-svn-id: trunk@20408 -
This commit is contained in:
parent
2accfb98d4
commit
bfffb43cb7
@ -304,7 +304,8 @@ begin
|
||||
ActionGrid.Cells[6,0] := dlgMouseOptHeadCtrl;
|
||||
ActionGrid.Cells[7,0] := dlgMouseOptHeadCaret;
|
||||
ActionGrid.Cells[8,0] := dlgMouseOptHeadOpt;
|
||||
ActionGrid.ColWidths[0] := 100;
|
||||
ActionGrid.ColWidths[0] := ActionGrid.ColWidths[0] * 3;
|
||||
ActionGrid.ColWidths[8] := ActionGrid.ColWidths[8] * 3;
|
||||
ActionGridHeaderSized(nil, true, 0);
|
||||
|
||||
DelButton.Caption := dlgMouseOptBtnDel;
|
||||
|
Loading…
Reference in New Issue
Block a user