Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
a53a62a4
Commit
a53a62a4
authored
Apr 06, 2017
by
Gus Grubba
Browse files
Forgot to take the “Upload” button into account.
parent
5f259cf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PlanView/PlanToolBar.qml
View file @
a53a62a4
...
...
@@ -87,6 +87,7 @@ Rectangle {
//-- The reason for this Row to be here is so the Logo (Home) button is in the same
// location as the one in the main toolbar.
Row
{
id
:
logoRow
anchors.bottomMargin
:
1
anchors.left
:
parent
.
left
anchors.top
:
parent
.
top
...
...
@@ -108,11 +109,14 @@ Rectangle {
}
Row
{
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
spacing
:
_margins
*
8
anchors.horizontalCenter
:
parent
.
horizontalCenter
RowLayout
{
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
spacing
:
_margins
*
2
anchors.left
:
logoRow
.
right
anchors.leftMargin
:
_margins
*
4
anchors.right
:
uploadButton
.
visible
?
uploadButton
.
left
:
parent
.
right
anchors.rightMargin
:
_margins
GridLayout
{
anchors.verticalCenter
:
parent
.
verticalCenter
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment