diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-19 16:52:05 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-19 16:52:05 +0200 |
| commit | 58fb6d055bda4c2f444459fe1970ec5361bd1756 (patch) | |
| tree | 680f68c316a5d0fb3da7b480beffaaf85f6ca075 /components/SearchInput.qml | |
| parent | b0afe850fe84c9f75692cf6e111658d219520bbf (diff) | |
| download | monzero-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.qml | 1 |
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...") } |
