=== modified file 'src/app/webbrowser/NavigationBar.qml'
--- src/app/webbrowser/NavigationBar.qml	2016-01-26 17:44:49 +0000
+++ src/app/webbrowser/NavigationBar.qml	2016-02-12 00:16:37 +0000
@@ -113,7 +113,8 @@
                 leftMargin: units.gu(1)
                 right: rightButtonsBar.left
                 rightMargin: units.gu(1)
-                verticalCenter: parent.verticalCenter
+                top: parent.top
+                bottom: parent.bottom
             }
 
             icon: (internal.webview && internal.webview.certificateError) ? "" : tab ? tab.icon : ""

