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
1560cda0
Commit
1560cda0
authored
Sep 15, 2017
by
dheideman
Browse files
Make brand image settings respect brandImageSettings.visible
parent
23561c4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/preferences/GeneralSettings.qml
View file @
1560cda0
...
...
@@ -665,7 +665,7 @@ QGCView {
height
:
userBrandImageLabel
.
height
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
anchors.horizontalCenter
:
parent
.
horizontalCenter
visible
:
!
ScreenTools
.
isMobile
visible
:
QGroundControl
.
settingsManager
.
brandImageSettings
.
visible
&&
!
ScreenTools
.
isMobile
QGCLabel
{
id
:
userBrandImageLabel
text
:
qsTr
(
"
Brand Image
"
)
...
...
@@ -678,7 +678,7 @@ QGCView {
color
:
qgcPal
.
windowShade
anchors.margins
:
ScreenTools
.
defaultFontPixelWidth
anchors.horizontalCenter
:
parent
.
horizontalCenter
visible
:
!
ScreenTools
.
isMobile
visible
:
QGroundControl
.
settingsManager
.
brandImageSettings
.
visible
&&
!
ScreenTools
.
isMobile
Column
{
id
:
userBrandImageCol
...
...
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