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

@@ -63,32 +63,7 @@ Item {
text: generator.summary
}
}
Column {
anchors.right: parent.right
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
width: scene.width / 3
spacing: titleText.height * 2
RoundedButton {
id: backButton
text: "<"
height: titleText.height * 3
width: height
onClicked: root.backClicked()
}
RoundedButton {
text: "+"
height: titleText.height * 3
width: height
onClicked: print("TODO: save station")
}
}
}
}