diff options
| -rw-r--r-- | pages/Transfer.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 72e1012f..84542148 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -112,6 +112,7 @@ Rectangle { anchors.top: parent.top anchors.left: parent.left anchors.right: parent.right + anchors.topMargin: 20 height: 400 Label { |
