From b668ba15d947d36c6707c7bb4871f2df5428cdd2 Mon Sep 17 00:00:00 2001
From: "littletux89@gmail.com" <littletux89@gmail.com>
Date: Sat, 18 Jan 2020 10:00:53 +0300
Subject: [PATCH] [+] Added a mechanism to hide the right panel.

---
 widgets/DapRightPanelForm.ui.qml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/widgets/DapRightPanelForm.ui.qml b/widgets/DapRightPanelForm.ui.qml
index 64b200a..ce372d7 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
-- 
GitLab