aboutsummaryrefslogtreecommitdiff
path: root/components/Input.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-11-25 22:53:07 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:01 +0100
commit6d21b9919d5fc100eb3565fbe6038007c45ce078 (patch)
tree7855e843d01c66e4cc8f5cbf65c2b45fa25be1d2 /components/Input.qml
parent36ac2ee86dd159ce5c78381104cef1401377dcfe (diff)
downloadmonzero-gui-6d21b9919d5fc100eb3565fbe6038007c45ce078.tar.gz
monzero-gui-6d21b9919d5fc100eb3565fbe6038007c45ce078.tar.xz
monzero-gui-6d21b9919d5fc100eb3565fbe6038007c45ce078.zip
InlineButton development
Diffstat (limited to 'components/Input.qml')
-rw-r--r--components/Input.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Input.qml b/components/Input.qml
index b7e39eb2..6643af14 100644
--- a/components/Input.qml
+++ b/components/Input.qml
@@ -33,6 +33,7 @@ import "." 1.0
TextField {
font.family: Style.fontRegular.name
font.pixelSize: 22
+ font.bold: true
horizontalAlignment: TextInput.AlignLeft
selectByMouse: true
color: "white"