Browse Source

Start in full screen mode

QGC4.4
Gus Grubba 6 years ago
parent
commit
d7b100932d
  1. 2
      custom-example/res/MainToolbar/CustomMainToolBar.qml

2
custom-example/res/MainToolbar/CustomMainToolBar.qml

@ -45,6 +45,8 @@ Item { @@ -45,6 +45,8 @@ Item {
Component.onCompleted: {
flyButton.checked = true
sectionTitle = flyButton.text
//-- Show full screen
mainWindow.showFullScreen()
}
//-------------------------------------------------------------------------
//-- Fly/Plan state toggle

Loading…
Cancel
Save