mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:17:26 -04:00
Receive page development
This commit is contained in:
committed by
moneromooo-monero
parent
de3fd183d8
commit
e5357c8a0b
@@ -38,11 +38,11 @@ Rectangle {
|
||||
property var model
|
||||
|
||||
ColumnLayout {
|
||||
anchors.margins: 17 * scaleRatio
|
||||
anchors.margins: (isMobile)? 17 : 40
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
anchors.right: parent.right
|
||||
spacing: 10 * scaleRatio
|
||||
spacing: 26 * scaleRatio
|
||||
|
||||
RowLayout {
|
||||
StandardButton {
|
||||
|
||||
Reference in New Issue
Block a user