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

setupscreen layouted properly

This commit is contained in:
Michael Zanetti
2012-11-25 19:43:17 +01:00
parent 897984f2a1
commit 014f598dd2
4 changed files with 89 additions and 65 deletions

View File

@@ -6,9 +6,6 @@ Item {
id: root
property int coverSize
signal configure()
Item {
anchors { top: parent.top; left: parent.left; bottom: parent.bottom }
anchors.margins: 50
@@ -89,15 +86,5 @@ Item {
}
}
Button {
id: configureButton
anchors.bottom: parent.bottom
anchors.bottomMargin: 20
anchors.horizontalCenter: parent.horizontalCenter
text: "configure"
onClicked: root.configure();
}
}