Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
6d2f100e
Unverified
Commit
6d2f100e
authored
Apr 13, 2020
by
Don Gagne
Committed by
GitHub
Apr 13, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8656 from mavlink/PopupVisuals
Tweaks to Popup visuals
parents
2d83e17e
3178f7de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
5 deletions
+50
-5
QGCPopupDialogContainer.qml
src/QmlControls/QGCPopupDialogContainer.qml
+50
-5
No files found.
src/QmlControls/QGCPopupDialogContainer.qml
View file @
6d2f100e
...
...
@@ -18,15 +18,60 @@ import QGroundControl.Palette 1.0
import
QGroundControl
.
ScreenTools
1.0
Popup
{
id
:
root
anchors.centerIn
:
parent
width
:
mainFlickable
.
width
height
:
mainFlickable
.
height
padding
:
0
width
:
mainFlickable
.
width
+
(
padding
*
2
)
height
:
mainFlickable
.
height
+
(
padding
*
2
)
padding
:
2
modal
:
true
focus
:
true
background
:
Rectangle
{
color
:
QGroundControl
.
globalPalette
.
window
property
var
pal
:
QGroundControl
.
globalPalette
property
real
frameSize
:
ScreenTools
.
defaultFontPixelWidth
background
:
Item
{
Rectangle
{
anchors.left
:
parent
.
left
anchors.top
:
parent
.
top
width
:
frameSize
height
:
frameSize
color
:
pal
.
text
visible
:
enabled
}
Rectangle
{
anchors.right
:
parent
.
right
anchors.top
:
parent
.
top
width
:
frameSize
height
:
frameSize
color
:
pal
.
text
visible
:
enabled
}
Rectangle
{
anchors.left
:
parent
.
left
anchors.bottom
:
parent
.
bottom
width
:
frameSize
height
:
frameSize
color
:
pal
.
text
visible
:
enabled
}
Rectangle
{
anchors.right
:
parent
.
right
anchors.bottom
:
parent
.
bottom
width
:
frameSize
height
:
frameSize
color
:
pal
.
text
visible
:
enabled
}
Rectangle
{
anchors.margins
:
root
.
padding
anchors.fill
:
parent
color
:
pal
.
window
}
}
property
string
title
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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