tools widget, disable extended selection

of no usefulness here
This commit is contained in:
Basile Burg 2023-02-27 23:15:07 +01:00
parent 78cb98640f
commit 81c336c3bb
1 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,7 @@ inherited ToolsEditorWidget: TToolsEditorWidget
ClientWidth = 441
inherited Content: TPanel
Height = 244
Top = 36
Width = 441
ClientHeight = 244
ClientWidth = 441
@ -29,6 +30,7 @@ inherited ToolsEditorWidget: TToolsEditorWidget
Top = 0
Width = 160
Align = alLeft
ExtendedSelect = False
ItemHeight = 0
OnDblClick = lstToolsDblClick
OnDrawItem = lstToolsDrawItem
@ -64,6 +66,7 @@ inherited ToolsEditorWidget: TToolsEditorWidget
end
end
inherited toolbar: TDexedToolBar
Height = 30
Width = 433
object btnRun: TDexedToolButton[0]
Left = 174
@ -156,7 +159,7 @@ inherited ToolsEditorWidget: TToolsEditorWidget
end
end
inherited contextMenu: TPopupMenu
left = 16
top = 40
Left = 16
Top = 40
end
end