mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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 {
|
||||
top: parent.top
|
||||
right: parent.right
|
||||
rightMargin: 0
|
||||
left: parent.left
|
||||
leftMargin: 0
|
||||
}
|
||||
|
||||
ToolbarButton {
|
||||
|
@ -102,7 +104,6 @@ Item {
|
|||
}
|
||||
anchors {
|
||||
left: parent.left
|
||||
leftMargin: homeButton.width / 2
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
}
|
||||
|
@ -133,7 +134,9 @@ Item {
|
|||
anchors {
|
||||
top: navBar.bottom
|
||||
right: parent.right
|
||||
rightMargin: 16
|
||||
left: parent.left
|
||||
leftMargin: 16
|
||||
}
|
||||
|
||||
property int inputAreaHeight: 70
|
||||
|
|
Loading…
Reference in a new issue