diff --git a/CellFrameDashboardGUI/screen/DapAbstractRightPanel.qml b/CellFrameDashboardGUI/screen/DapAbstractRightPanel.qml
index 9572e89b50fc1b5092056cd00221eebb2ec373c1..c5290c09f7b253d5e1eac955633bd57bc3fa4bbd 100644
--- a/CellFrameDashboardGUI/screen/DapAbstractRightPanel.qml
+++ b/CellFrameDashboardGUI/screen/DapAbstractRightPanel.qml
@@ -2,5 +2,5 @@ import QtQuick 2.4
 
 DapAbstractRightPanelForm
 {
-
+    dapRightPanelWidth: visible? 400 * pt : 0 * pt
 }
diff --git a/CellFrameDashboardGUI/screen/DapAbstractRightPanelForm.ui.qml b/CellFrameDashboardGUI/screen/DapAbstractRightPanelForm.ui.qml
index 91590b8c85174034e7002964edd23f846b60f747..52be372e5d688a300995b9133dcd56113444cb11 100644
--- a/CellFrameDashboardGUI/screen/DapAbstractRightPanelForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/DapAbstractRightPanelForm.ui.qml
@@ -6,7 +6,7 @@ import "qrc:/widgets"
 DapRightPanel
 {
     id: rightPanel
-    
+
     property DapButton dapButtonClose: 
         DapButton
         {
@@ -21,7 +21,6 @@ DapRightPanel
             hoverImageButton: "qrc:/res/icons/close_icon_hover.png"
         }
     dapHeader.height: 36 * pt
-    dapFrame.width: 400 * pt
     dapFrame.height: parent.height
     color: "#F8F7FA"
 }
diff --git a/CellFrameDashboardGUI/screen/desktop/Logs/DapLogsRightPanelForm.ui.qml b/CellFrameDashboardGUI/screen/desktop/Logs/DapLogsRightPanelForm.ui.qml
index 765d2f13240609980946f68d0bf920165fe72042..23443fadc96246dafdb7d6e342c971bd7b62b0bd 100644
--- a/CellFrameDashboardGUI/screen/desktop/Logs/DapLogsRightPanelForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/desktop/Logs/DapLogsRightPanelForm.ui.qml
@@ -3,7 +3,5 @@ import "../../"
 
 DapAbstractRightPanel
 {
-    width: 0
-    height: 0
     visible: false
 }
diff --git a/libdap-qt-ui-qml b/libdap-qt-ui-qml
index 049c20a0daf0097184e2cc60a4c9811d620d87e5..7eac2dad9531476d235b1dfaec88f019b01dfbe7 160000
--- a/libdap-qt-ui-qml
+++ b/libdap-qt-ui-qml
@@ -1 +1 @@
-Subproject commit 049c20a0daf0097184e2cc60a4c9811d620d87e5
+Subproject commit 7eac2dad9531476d235b1dfaec88f019b01dfbe7