Commit 3f80d491 authored by Gus Grubba's avatar Gus Grubba

Cosmetics

parent abe955a5
......@@ -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 {
//-------------------------------------------------------------------------
//-- 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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment