diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryNotesForm.ui.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryNotesForm.ui.qml
index fd6d621da2c87296fe154b88fc8ca29a20865627..66fd43598af75ec822de97ae2b79a0a97643f335 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryNotesForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryNotesForm.ui.qml
@@ -27,7 +27,7 @@ DapUiQmlScreen {
             anchors.topMargin: 8
             anchors.left: parent.left
             anchors.leftMargin: 16
-            font.pointSize: 10
+            font.pointSize: 12
             horizontalAlignment: Text.AlignLeft
             font.family: "Roboto"
             font.styleName: "Normal"
@@ -53,7 +53,7 @@ DapUiQmlScreen {
             color: "#FF0300"
 
             font {
-                pointSize: 10
+                pointSize: 16
                 family: "Roboto"
                 styleName: "Normal"
                 weight: Font.Normal
@@ -63,7 +63,7 @@ DapUiQmlScreen {
 
     Rectangle {
         id: recoveryWords
-        height: 210
+        height: 270
         anchors.top: saveNotesDescription.bottom
         anchors.topMargin: 24
         anchors.right: parent.right
@@ -113,23 +113,23 @@ DapUiQmlScreen {
         }
 
         RowLayout {
+            height: 270
             spacing: 60
-            height: parent.height
             anchors.right: parent.right
             anchors.rightMargin: 1
             anchors.left: parent.left
             anchors.leftMargin: 1
 
             ListView {
-                height: parent.height
                 Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
                 width: 50
+                height: 300
                 model: listRecoveryWords
                 delegate: Text {
                     text: word
                     color: "#070023"
                     font {
-                        pointSize: 12
+                        pointSize: 16
                         family: "Roboto"
                         styleName: "Normal"
                         weight: Font.Normal
@@ -138,15 +138,15 @@ DapUiQmlScreen {
             }
 
             ListView {
-                height: parent.height
                 Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
                 width: 50
+                height: 300
                 model: listRecoveryWords
                 delegate: Text {
                     text: word
                     color: "#070023"
                     font {
-                        pointSize: 12
+                        pointSize: 16
                         family: "Roboto"
                         styleName: "Normal"
                         weight: Font.Normal
@@ -192,8 +192,8 @@ DapUiQmlScreen {
         Button {
             id: nextButton
             height: 44
-            Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
             width: 130
+            Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
 
             Text {
                 id: nextButtonText
@@ -204,7 +204,7 @@ DapUiQmlScreen {
                 font.family: "Roboto"
                 font.styleName: "Normal"
                 font.weight: Font.Normal
-                font.pointSize: 16
+                font.pointSize: 18
                 horizontalAlignment: Text.AlignLeft
             }
 
@@ -231,7 +231,7 @@ DapUiQmlScreen {
                 font.family: "Roboto"
                 font.styleName: "Normal"
                 font.weight: Font.Normal
-                font.pointSize: 16
+                font.pointSize: 18
                 horizontalAlignment: Text.AlignLeft
             }
 
diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryQrForm.ui.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryQrForm.ui.qml
index 6d1c94a8669c87f6e090a887fda62b3c4b3c9e00..570cd280aa0498046d7b2eb947e7698c346a3fc3 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryQrForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryQrForm.ui.qml
@@ -24,7 +24,7 @@ Rectangle {
             anchors.topMargin: 8
             anchors.left: parent.left
             anchors.leftMargin: 16
-            font.pointSize: 10
+            font.pointSize: 12
             horizontalAlignment: Text.AlignLeft
             font.family: "Roboto"
             font.styleName: "Normal"
@@ -46,7 +46,7 @@ Rectangle {
         Text {
             anchors.fill: parent
             text: qsTr("Keep these QR-code in a safe place. They will be\nrequired to restore your wallet in case of loss of\naccess to it")
-            font.pointSize: 10
+            font.pointSize: 14
             verticalAlignment: Text.AlignVCenter
             horizontalAlignment: Text.AlignHCenter
             color: "#FF0300"
@@ -62,12 +62,13 @@ Rectangle {
     Rectangle {
         id: qrCodeImageArea
         height: 200
+        width: 200
         anchors.top: saveQrCodeDescription.bottom
         anchors.topMargin: 24
-        anchors.left: parent.left
-        anchors.right: parent.right
+        anchors.horizontalCenter: parent.horizontalCenter
         color: "#EDEFF2"
-        anchors.leftMargin: 1
+        border.width: 1
+        border.color: "#C7C6CE"
 
         Image {
             id: qrCodeImage
@@ -140,8 +141,8 @@ Rectangle {
         Button {
             id: saveQrCodeButton
             height: 44
-            Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
             width: 130
+            Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
             checkable: true
 
             Text {
diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml
index 8ed3fe723909c88ba09463edd8655b76a15db8b1..21e412ca36ccb15eef75c050b725f804cea7f5ec 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml
@@ -35,8 +35,6 @@ DapUiQmlScreen {
             implicitHeight: parent.height
             color: "#3E3853"
         }
-
-
     }
 
     Rectangle {
@@ -58,7 +56,7 @@ DapUiQmlScreen {
             color: "#070023"
 
             font {
-                pointSize: 16
+                pointSize: 18
                 family: "Roboto"
                 styleName: "Normal"
                 weight: Font.Normal
@@ -66,3 +64,9 @@ DapUiQmlScreen {
         }
     }
 }
+
+/*##^##
+Designer {
+    D{i:0;autoSize:true;height:480;width:640}
+}
+##^##*/