diff --git a/widgets/DapRightPanelForm.ui.qml b/widgets/DapRightPanelForm.ui.qml index 64b200a66093426d7b47655c29a921fb7c7532ae..ce372d745de5a601e0b4aa9b19eb83f3712677cd 100644 --- a/widgets/DapRightPanelForm.ui.qml +++ b/widgets/DapRightPanelForm.ui.qml @@ -18,8 +18,11 @@ Rectangle property alias dapContentPanel: contentItemRightPanel ///@detalis Content of the current right panel. property Item dapContentItemData + ///@detalis dapRightPanelWidth External property for possibility to hiding RightPanel + property int dapRightPanelWidth anchors.fill: parent + width: dapRightPanelWidth // Install right panel title Item