mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-05 03:47:25 -04:00
first push
This commit is contained in:
18
components/Input.qml
Normal file
18
components/Input.qml
Normal file
@@ -0,0 +1,18 @@
|
||||
import QtQuick.Controls 1.2
|
||||
import QtQuick.Controls.Styles 1.2
|
||||
import QtQuick 2.2
|
||||
|
||||
TextField {
|
||||
font.family: "Arial"
|
||||
font.pixelSize: 18
|
||||
|
||||
style: TextFieldStyle {
|
||||
textColor: "#3F3F3F"
|
||||
placeholderTextColor: "#BABABA"
|
||||
|
||||
background: Rectangle {
|
||||
border.width: 0
|
||||
color: "transparent"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user