From 4e112d009ab97ae00f7ab120ac1d51d57e24a8d0 Mon Sep 17 00:00:00 2001
From: "aleksandr.ledyaev" <aleksandr.ledyaev@demlabs.net>
Date: Mon, 2 Nov 2020 18:01:08 +0300
Subject: [PATCH] [*] DapRightPanelComboBoxHeader.qml; DapRightPanel_New.qml

---
 .../screen/desktop/RightPanel/DapRightPanelComboBoxHeader.qml    | 1 -
 .../screen/desktop/RightPanel/DapRightPanel_New.qml              | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanelComboBoxHeader.qml b/CellFrameDashboardGUI/screen/desktop/RightPanel/DapRightPanelComboBoxHeader.qml
index 65422bd8c..f9e08447c 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 56a9f5459..ce909ae05 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
             }
         }
     }
-- 
GitLab