forked from Public/monero-gui
simplified window v1
This commit is contained in:
@@ -3,6 +3,7 @@ import QtQuick 2.0
|
||||
Item {
|
||||
property alias placeholderText: input.placeholderText
|
||||
property alias text: input.text
|
||||
property int fontSize: 18
|
||||
height: 37
|
||||
|
||||
Rectangle {
|
||||
@@ -24,5 +25,6 @@ Item {
|
||||
anchors.fill: parent
|
||||
anchors.leftMargin: 4
|
||||
anchors.rightMargin: 4
|
||||
font.pixelSize: parent.fontSize
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user