mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-22 13:43:11 +02:00
adjust station summaries to look the same everywhere
This commit is contained in:
@@ -48,9 +48,9 @@ Rectangle {
|
||||
|
||||
ListModel {
|
||||
id: modeModel
|
||||
ListElement { label: "By Artist"; image: "../../images/station-artist.svg"; creatorContent: "stations/CreateByArtist.qml"; headerSubtitle: "by" }
|
||||
ListElement { label: "By Genre"; image: "../../images/station-genre.svg"; creatorContent: "stations/CreateByGenre.qml"; headerSubtitle: "like" }
|
||||
ListElement { label: "By Year"; image: "../../images/station-year.svg"; creatorContent: "stations/CreateByYear.qml"; headerSubtitle: "from" }
|
||||
ListElement { label: "By Artist"; image: "../../images/station-artist.svg"; creatorContent: "stations/CreateByArtist.qml"; headerSubtitle: "Songs from" }
|
||||
ListElement { label: "By Genre"; image: "../../images/station-genre.svg"; creatorContent: "stations/CreateByGenre.qml"; headerSubtitle: "Songs of genre" }
|
||||
ListElement { label: "By Year"; image: "../../images/station-year.svg"; creatorContent: "stations/CreateByYear.qml"; headerSubtitle: "Songs from" }
|
||||
}
|
||||
|
||||
VisualItemModel {
|
||||
|
@@ -23,7 +23,7 @@ Item {
|
||||
|
||||
HeaderLabel {
|
||||
id: headerText
|
||||
text: "Create station by artist..."
|
||||
text: "Enter or pick an artist"
|
||||
}
|
||||
|
||||
Row {
|
||||
|
@@ -46,7 +46,7 @@ Item {
|
||||
HeaderLabel {
|
||||
id: headerText
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
text: "Create station by genre..."
|
||||
text: "Enter or pick a genre"
|
||||
}
|
||||
|
||||
Row {
|
||||
|
@@ -28,7 +28,7 @@ Item {
|
||||
|
||||
HeaderLabel {
|
||||
id: headerText
|
||||
text: "Create station by year..."
|
||||
text: "Enter a year or pick a range"
|
||||
}
|
||||
|
||||
Row {
|
||||
|
Reference in New Issue
Block a user