end of day commit

This commit is contained in:
Faye Li 2017-03-20 17:04:29 -07:00
parent 1d095b8158
commit 9cab8b6c4a

View file

@ -90,7 +90,9 @@ Item {
anchors { anchors {
top: parent.top top: parent.top
right: parent.right right: parent.right
rightMargin: 0
left: parent.left left: parent.left
leftMargin: 0
} }
ToolbarButton { ToolbarButton {
@ -102,7 +104,6 @@ Item {
} }
anchors { anchors {
left: parent.left left: parent.left
leftMargin: homeButton.width / 2
verticalCenter: parent.verticalCenter verticalCenter: parent.verticalCenter
} }
} }
@ -133,7 +134,9 @@ Item {
anchors { anchors {
top: navBar.bottom top: navBar.bottom
right: parent.right right: parent.right
rightMargin: 16
left: parent.left left: parent.left
leftMargin: 16
} }
property int inputAreaHeight: 70 property int inputAreaHeight: 70