mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 16:17:25 -04:00
Subaddresses minimal version: supports default account only
This commit is contained in:
@@ -37,6 +37,7 @@ Item {
|
||||
property alias cursorPosition: input.cursorPosition
|
||||
property alias echoMode: input.echoMode
|
||||
property int fontSize: 18 * scaleRatio
|
||||
property bool showBorder: true
|
||||
property bool error: false
|
||||
signal editingFinished()
|
||||
signal accepted();
|
||||
@@ -52,6 +53,7 @@ Item {
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
visible: showBorder
|
||||
anchors.fill: parent
|
||||
anchors.bottomMargin: 1 * scaleRatio
|
||||
color: "#DBDBDB"
|
||||
|
||||
Reference in New Issue
Block a user