Skip to content

Commit

Permalink
Remove unneccessary demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
iBelieve committed Jan 29, 2015
1 parent 73c1e47 commit fbcb35b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions demo/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ ApplicationWindow {
property var components: ["Button", "Switch", "Radio Button", "Slider", "Progress Bar", "Icon", "TextField", "Page Stack"]
property string selectedComponent: components[0]

Dropdown {
id: dropdown

anchors {
right: parent.right
top: parent.top
topMargin: units.dp(8) - toolBar.height
margins: units.dp(8)
}

width: units.dp(200)
height: units.dp(400)
z: 100
}

Page {
id: page

Expand All @@ -37,7 +22,6 @@ ApplicationWindow {
actions: [
Action {
iconName: "content/add"
onTriggered: dropdown.showing = !dropdown.showing
},

Action {
Expand Down

0 comments on commit fbcb35b

Please sign in to comment.