fix: fix browser view going over the dev console
This commit is contained in:
parent
07774d8ff8
commit
03769fbb6e
|
@ -433,7 +433,7 @@ Rectangle {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: Style.current.halfPadding
|
anchors.topMargin: Style.current.halfPadding
|
||||||
anchors.bottom: devToolsView.top
|
anchors.bottom: devToolsView.top
|
||||||
anchors.bottomMargin: Style.current.padding
|
anchors.bottomMargin: browserHeader.height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
|
Loading…
Reference in New Issue