mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-03 02:42:52 +02:00
increase delegate size and add hover effect
This commit is contained in:
@@ -32,7 +32,7 @@ Item {
|
||||
}
|
||||
|
||||
Row {
|
||||
width: defaultFontHeight * 15
|
||||
width: defaultFontHeight * 30
|
||||
height: artistInputField.height
|
||||
spacing: defaultFontHeight
|
||||
|
||||
@@ -50,9 +50,10 @@ Item {
|
||||
|
||||
ArtistView {
|
||||
height: parent.height - headerText.height - artistInputField.height
|
||||
width: defaultFontHeight * 15
|
||||
width: defaultFontHeight * 30
|
||||
model: artistChartsModel
|
||||
clip: true
|
||||
delegateHeight: defaultFontHeight * 6
|
||||
|
||||
onItemClicked: {
|
||||
mainView.startStationFromArtist(artistChartsModel.itemFromIndex(index).artistName)
|
||||
|
Reference in New Issue
Block a user