forked from Public/monero-gui
Added "Receive" page. Hide all pages except "Transfer" and "Receive".
This commit is contained in:
@@ -32,8 +32,10 @@ Item {
|
||||
property alias placeholderText: input.placeholderText
|
||||
property alias text: input.text
|
||||
property alias validator: input.validator
|
||||
property alias readOnly : input.readOnly
|
||||
property int fontSize: 18
|
||||
|
||||
|
||||
height: 37
|
||||
|
||||
Rectangle {
|
||||
@@ -56,6 +58,5 @@ Item {
|
||||
anchors.leftMargin: 4
|
||||
anchors.rightMargin: 4
|
||||
font.pixelSize: parent.fontSize
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user