mirror of https://gitlab.com/basile.b/dexed.git
should be with 0978c99c
This commit is contained in:
parent
4f14753d0f
commit
b7dabe3596
|
@ -5337,6 +5337,12 @@ object CEMainForm: TCEMainForm
|
|||
OnExecute = actProjDscanExecute
|
||||
OnUpdate = updateProjectBasedAction
|
||||
end
|
||||
object actLayoutReset: TAction
|
||||
Category = 'Misc'
|
||||
Caption = 'Reset default layout'
|
||||
ImageIndex = 31
|
||||
OnExecute = actLayoutResetExecute
|
||||
end
|
||||
end
|
||||
object imgList: TImageList
|
||||
left = 64
|
||||
|
|
Loading…
Reference in New Issue