1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-03 02:42:52 +02:00

reworked buttons

This commit is contained in:
Michael Zanetti
2012-12-02 23:45:26 +01:00
parent 3eedd65c79
commit ec23f2df06
6 changed files with 47 additions and 67 deletions

View File

@@ -15,7 +15,9 @@ Item {
Column {
id: upperColumn
anchors.fill: parent
anchors.centerIn: parent
height: parent.height
width: defaultFontHeight * 30
anchors.bottomMargin: defaultFontHeight
spacing: defaultFontHeight
@@ -25,8 +27,8 @@ Item {
}
Row {
width: defaultFontHeight * 30
height: artistInputField.height
width: parent.width
spacing: defaultFontHeight
InputField {
@@ -46,8 +48,8 @@ Item {
}
ArtistView {
height: parent.height - headerText.height - artistInputField.height
width: defaultFontHeight * 30
height: parent.height - headerText.height - artistInputField.height - parent.spacing * 3
width: parent.width
model: artistChartsModel
clip: true
delegateHeight: defaultFontHeight * 6

View File

@@ -45,6 +45,7 @@ Item {
HeaderLabel {
id: headerText
anchors.horizontalCenter: parent.horizontalCenter
text: "Create station by genre..."
}
@@ -52,6 +53,7 @@ Item {
width: defaultFontHeight * 30
height: artistInputField.height
spacing: defaultFontHeight
anchors.horizontalCenter: parent.horizontalCenter
InputField {
id: genreInputField