Don't anchor the tool bar menu button.
authorMohammed Sameer <msameer@foolab.org>
Wed, 11 Sep 2013 22:57:27 +0000 (01:57 +0300)
committerMohammed Sameer <msameer@foolab.org>
Wed, 11 Sep 2013 22:57:27 +0000 (01:57 +0300)
tool bar height is the button height so no point in anchoring. It only gives
a QML warning

qml/CameraToolBar.qml

index 0526128..70e901c 100644 (file)
@@ -121,7 +121,6 @@ Rectangle {
     CameraToolIcon {
         visible: !parent.hideBack
         id: menu
-        anchors.verticalCenter: parent.verticalCenter
         iconSource: cameraTheme.cameraToolBarMenuIcon
         anchors.left: parent.left
         anchors.top: parent.top