diff --git a/CellFrameDashboardGUI/DapUiQmlWidgetLastActions.qml b/CellFrameDashboardGUI/DapUiQmlWidgetLastActions.qml
index 1b88d889791b7229d2e426071efd038ed8879773..57853a3aa5ed1ce052c417880aa16d51e9c77954 100644
--- a/CellFrameDashboardGUI/DapUiQmlWidgetLastActions.qml
+++ b/CellFrameDashboardGUI/DapUiQmlWidgetLastActions.qml
@@ -27,31 +27,9 @@ DapUiQmlWidgetLastActionsForm {
         }
     }
 
-//    DapUiQmlWidgetLastActionsHeaderForm {
-//        id: dapHeader
-//        height: 36 * pt
-//        anchors.left: parent.left
-//        anchors.top: parent.top
-//        anchors.right: parent.right
-//        anchors.leftMargin: 1 * pt
-//    }
-
-//    Rectangle {
-//        id: splitHeader
-//        anchors.top: dapHeader.bottom
-//        anchors.left: parent.left
-//        anchors.right: parent.right
-//        height: 1 * pt
-//        color: "#C2CAD1"
-//    }
-
     ListView {
         id: dapListView
         anchors.fill: parent
-//        anchors.top: splitHeader.bottom
-//        anchors.left: parent.left
-//        anchors.right: parent.right
-//        anchors.bottom: parent.bottom
         clip: true
 
         property var contentPos: 0.0;
diff --git a/CellFrameDashboardGUI/DapUiQmlWidgetLastActionsForm.ui.qml b/CellFrameDashboardGUI/DapUiQmlWidgetLastActionsForm.ui.qml
index 0a169c72db940e262be59aafa3a1a2e0fcf27474..371c283622c25baa0c9e53d5fc5a1e4fa9bd38c9 100644
--- a/CellFrameDashboardGUI/DapUiQmlWidgetLastActionsForm.ui.qml
+++ b/CellFrameDashboardGUI/DapUiQmlWidgetLastActionsForm.ui.qml
@@ -3,7 +3,4 @@ import QtQuick 2.4
 Rectangle {
     anchors.fill: parent
     color: "transparent"
-//    border.color: "#B5B5B5"
-//    border.width: 1 * pt
-//    color: "#EDEFF2"
 }