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:
@@ -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
|
||||
|
Reference in New Issue
Block a user