diff --git a/CellFrameDashboardGUI/DapUiQmlScreen.qml b/CellFrameDashboardGUI/DapUiQmlScreen.qml
index 62c964e7dac5ef4ad8a1af7a8836398b18467c75..3596945747322680dd44ebd38db5141e2241a461 100644
--- a/CellFrameDashboardGUI/DapUiQmlScreen.qml
+++ b/CellFrameDashboardGUI/DapUiQmlScreen.qml
@@ -1,5 +1,5 @@
 import QtQuick 2.4
 
-DapUiQmlScreenForm {
+Rectangle {
     property DapUiQmlWidgetRightPanel rightPanel
 }
diff --git a/CellFrameDashboardGUI/DapUiQmlScreenForm.ui.qml b/CellFrameDashboardGUI/DapUiQmlScreenForm.ui.qml
deleted file mode 100644
index 60978f048bce8cc9d3b1e315333749ae2d06be01..0000000000000000000000000000000000000000
--- a/CellFrameDashboardGUI/DapUiQmlScreenForm.ui.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.4
-import QtQuick.Controls 2.5
-
-Rectangle {
-
-}
diff --git a/CellFrameDashboardGUI/DapUiQmlWidgetRightPanelForm.ui.qml b/CellFrameDashboardGUI/DapUiQmlWidgetRightPanelForm.ui.qml
index 4587aa885aa1d2c10a2f96bf2008aa4a6e60c767..27a6895a22036f5606c4365771adc66e5ba95d7e 100644
--- a/CellFrameDashboardGUI/DapUiQmlWidgetRightPanelForm.ui.qml
+++ b/CellFrameDashboardGUI/DapUiQmlWidgetRightPanelForm.ui.qml
@@ -6,7 +6,7 @@ Rectangle {
     property alias header  : stackViewHeader
     property alias content : stackViewContent
     property alias background : rightPanelPage.background
-    property alias footer: stackViewHeader
+    property alias footer: stackViewFooter
 
     width: visible ? 400 * pt : 0
     color: "#E3E2E6"
diff --git a/CellFrameDashboardGUI/qml.qrc b/CellFrameDashboardGUI/qml.qrc
index f01a6dd8d1d5d7958beaa0de6f5c6644c4166aea..e00667e8653b0caf776b90455a55ff5dc26e85ab 100755
--- a/CellFrameDashboardGUI/qml.qrc
+++ b/CellFrameDashboardGUI/qml.qrc
@@ -104,7 +104,6 @@
         <file>DapUiQmlWidgetRightPanelForm.ui.qml</file>
         <file>DapUiQmlWidgetHistoryLastActions.qml</file>
         <file>DapUiQmlScreen.qml</file>
-        <file>DapUiQmlScreenForm.ui.qml</file>
         <file>DapUiQmlScreenDialogAddWalletHeader.qml</file>
         <file>DapUiQmlWalletCreatedHeader.qml</file>
         <file>DapUiQmlWalletCreated.qml</file>