aboutsummaryrefslogtreecommitdiff
path: root/components/SearchInput.qml
diff options
context:
space:
mode:
authormarcin <z.krzysztoff7@gmail.com>2014-07-19 16:52:05 +0200
committermarcin <z.krzysztoff7@gmail.com>2014-07-19 16:52:05 +0200
commit58fb6d055bda4c2f444459fe1970ec5361bd1756 (patch)
tree680f68c316a5d0fb3da7b480beffaaf85f6ca075 /components/SearchInput.qml
parentb0afe850fe84c9f75692cf6e111658d219520bbf (diff)
downloadmonzero-gui-58fb6d055bda4c2f444459fe1970ec5361bd1756.tar.gz
monzero-gui-58fb6d055bda4c2f444459fe1970ec5361bd1756.tar.xz
monzero-gui-58fb6d055bda4c2f444459fe1970ec5361bd1756.zip
simplified window v2
Diffstat (limited to 'components/SearchInput.qml')
-rw-r--r--components/SearchInput.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/SearchInput.qml b/components/SearchInput.qml
index f856ded5..cf7de2fa 100644
--- a/components/SearchInput.qml
+++ b/components/SearchInput.qml
@@ -36,6 +36,7 @@ Item {
anchors.bottom: parent.bottom
anchors.right: dropdown.left
anchors.leftMargin: 45
+ font.pixelSize: 18
verticalAlignment: TextInput.AlignVCenter
placeholderText: qsTr("Search by...")
}