diff --git a/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanelComboBoxHeader.qml b/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanelComboBoxHeader.qml
index 65422bd8ca9e6f63708d906d110cee9d332efc3b..f9e08447c8d44ba06a1c793ad8f570e4d60cfaf5 100644
--- a/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanelComboBoxHeader.qml
+++ b/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanelComboBoxHeader.qml
@@ -18,7 +18,6 @@ Item {
 
     Item {
         anchors.right: parent.right
-        anchors.rightMargin: 16 * pt
         width: _comboBox.widthPopupComboBoxNormal
         height: parent.height
 
diff --git a/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanel_New.qml b/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanel_New.qml
index 56a9f54596a3b455c4ad055b305cb1814e7e34d8..ce909ae05910d4c767148600c71162563ffb2077 100644
--- a/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanel_New.qml
+++ b/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanel_New.qml
@@ -67,6 +67,7 @@ Rectangle {
                 right: parent.right
                 bottom: parent.bottom
                 leftMargin: 16 * pt
+                rightMargin: 16 * pt
             }
         }
     }