mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 08:26:30 +02:00
Twek browser bar layout
This commit is contained in:
parent
29b96432bc
commit
2985ac2262
1 changed files with 4 additions and 4 deletions
|
@ -64,7 +64,7 @@ ScrollingWindow {
|
||||||
id: buttons
|
id: buttons
|
||||||
spacing: 4
|
spacing: 4
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 8
|
anchors.topMargin: 4
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 8
|
anchors.leftMargin: 8
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
|
@ -115,7 +115,7 @@ ScrollingWindow {
|
||||||
id: border
|
id: border
|
||||||
height: 48
|
height: 48
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 8
|
anchors.topMargin: 4
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 8
|
anchors.rightMargin: 8
|
||||||
anchors.left: buttons.right
|
anchors.left: buttons.right
|
||||||
|
@ -158,7 +158,7 @@ ScrollingWindow {
|
||||||
TextField {
|
TextField {
|
||||||
id: addressBar
|
id: addressBar
|
||||||
anchors.right: externalBrowser.left
|
anchors.right: externalBrowser.left
|
||||||
anchors.rightMargin: 8
|
anchors.rightMargin: 32
|
||||||
anchors.left: barIcon.right
|
anchors.left: barIcon.right
|
||||||
anchors.leftMargin: 0
|
anchors.leftMargin: 0
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
@ -255,7 +255,7 @@ ScrollingWindow {
|
||||||
parentRoot: root
|
parentRoot: root
|
||||||
|
|
||||||
anchors.top: buttons.bottom
|
anchors.top: buttons.bottom
|
||||||
anchors.topMargin: 8
|
anchors.topMargin: 4
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
Loading…
Reference in a new issue