aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Mining.qml1
-rw-r--r--pages/Sign.qml1
-rw-r--r--pages/TxKey.qml2
3 files changed, 3 insertions, 1 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml
index c53992c0..8a971273 100644
--- a/pages/Mining.qml
+++ b/pages/Mining.qml
@@ -40,6 +40,7 @@ Rectangle {
ColumnLayout {
id: mainLayout
anchors.margins: (isMobile)? 17 * scaleRatio : 20 * scaleRatio
+ anchors.topMargin: 40 * scaleRatio
anchors.left: parent.left
anchors.top: parent.top
anchors.right: parent.right
diff --git a/pages/Sign.qml b/pages/Sign.qml
index 04e88996..c90ef324 100644
--- a/pages/Sign.qml
+++ b/pages/Sign.qml
@@ -88,6 +88,7 @@ Rectangle {
ColumnLayout {
anchors.top: parent.top
anchors.margins: (isMobile)? 17 * scaleRatio : 20 * scaleRatio
+ anchors.topMargin: 40 * scaleRatio
anchors.left: parent.left
anchors.right: parent.right
diff --git a/pages/TxKey.qml b/pages/TxKey.qml
index 04da3c65..360d4e3a 100644
--- a/pages/TxKey.qml
+++ b/pages/TxKey.qml
@@ -46,10 +46,10 @@ Rectangle {
ColumnLayout {
id: mainLayout
anchors.margins: (isMobile)? 17 * scaleRatio : 20 * scaleRatio
+ anchors.topMargin: 40 * scaleRatio
anchors.left: parent.left
anchors.top: parent.top
anchors.right: parent.right
- anchors.bottom: parent.bottom
spacing: 20 * scaleRatio
// solo