From 03769fbb6eb3270eaaacfaa79b7164ead523abd8 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Thu, 8 Oct 2020 16:13:14 -0400 Subject: [PATCH] fix: fix browser view going over the dev console --- ui/app/AppLayouts/Browser/BrowserLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Browser/BrowserLayout.qml b/ui/app/AppLayouts/Browser/BrowserLayout.qml index 307eaa1b81..5a2ca18b84 100644 --- a/ui/app/AppLayouts/Browser/BrowserLayout.qml +++ b/ui/app/AppLayouts/Browser/BrowserLayout.qml @@ -433,7 +433,7 @@ Rectangle { anchors.top: parent.top anchors.topMargin: Style.current.halfPadding anchors.bottom: devToolsView.top - anchors.bottomMargin: Style.current.padding + anchors.bottomMargin: browserHeader.height anchors.left: parent.left anchors.right: parent.right Component.onCompleted: {