1
0
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:
Michael Zanetti
2012-12-02 21:32:12 +01:00
parent 73b5e977c8
commit 3f7f1df61f
2 changed files with 32 additions and 4 deletions

View File

@@ -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)