Browse Source

Cosmetics

QGC4.4
Gus Grubba 6 years ago
parent
commit
3f80d491d9
  1. 12
      src/ui/MainRootWindow.qml

12
src/ui/MainRootWindow.qml

@ -265,10 +265,10 @@ ApplicationWindow { @@ -265,10 +265,10 @@ ApplicationWindow {
id: flightView
anchors.fill: parent
//-----------------------------------------------------------------
//-- Loader helper for any child, no matter how deep can display an
// element on top of the video window.
//-- Loader helper for any child, no matter how deep, to display
// elements on top of the fly (video) window.
Loader {
id: rootVideoLoader
id: rootVideoLoader
anchors.centerIn: parent
}
}
@ -301,15 +301,15 @@ ApplicationWindow { @@ -301,15 +301,15 @@ ApplicationWindow {
//-------------------------------------------------------------------------
//-- Current content
Loader {
id: mainContentWindow
id: mainContentWindow
anchors.fill: parent
}
//-------------------------------------------------------------------------
//-- Loader helper for any child, no matter how deep can display an element
//-- Loader helper for any child, no matter how deep, to display elements
// on top of the main window.
Loader {
id: rootLoader
id: rootLoader
anchors.centerIn: parent
}

Loading…
Cancel
Save