1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-26 15:25:04 +02:00

changed startByGenre to according to the mockup

This commit is contained in:
Michael Zanetti
2013-08-04 21:38:44 +02:00
parent 745bbb8afb
commit 439730ee8a
3 changed files with 13 additions and 8 deletions

View File

@@ -52,8 +52,9 @@ Item {
Row {
height: artistInputField.height
width: parent.width
width: Math.min(defaultFontHeight * 30, parent.width)
spacing: defaultFontHeight * 0.5
anchors.horizontalCenter: parent.horizontalCenter
InputField {
id: artistInputField