mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
end of day commit
This commit is contained in:
parent
1d095b8158
commit
9cab8b6c4a
1 changed files with 4 additions and 1 deletions
|
@ -90,7 +90,9 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
right: parent.right
|
right: parent.right
|
||||||
|
rightMargin: 0
|
||||||
left: parent.left
|
left: parent.left
|
||||||
|
leftMargin: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
ToolbarButton {
|
ToolbarButton {
|
||||||
|
@ -102,7 +104,6 @@ Item {
|
||||||
}
|
}
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
leftMargin: homeButton.width / 2
|
|
||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -133,7 +134,9 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
top: navBar.bottom
|
top: navBar.bottom
|
||||||
right: parent.right
|
right: parent.right
|
||||||
|
rightMargin: 16
|
||||||
left: parent.left
|
left: parent.left
|
||||||
|
leftMargin: 16
|
||||||
}
|
}
|
||||||
|
|
||||||
property int inputAreaHeight: 70
|
property int inputAreaHeight: 70
|
||||||
|
|
Loading…
Reference in a new issue