simplified window v2

This commit is contained in:
marcin
2014-07-19 16:52:05 +02:00
parent b0afe850fe
commit 58fb6d055b
5 changed files with 200 additions and 2 deletions

View File

@@ -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...")
}