Browse Source

Microhard - enable MH GUI on Android & iOS for using with USB 2 Ethernet adapters

QGC4.4
Matej Frančeškin 6 years ago
parent
commit
f2f3bc35a4
  1. 4
      src/Microhard/MicrohardSettings.qml

4
src/Microhard/MicrohardSettings.qml

@ -160,7 +160,7 @@ QGCView { @@ -160,7 +160,7 @@ QGCView {
height: ipSettingsLabel.height
anchors.margins: ScreenTools.defaultFontPixelWidth
anchors.horizontalCenter: parent.horizontalCenter
visible: _microhardEnabled && (!ScreenTools.isiOS && !ScreenTools.isAndroid)
visible: _microhardEnabled
QGCLabel {
id: ipSettingsLabel
text: qsTr("Network Settings")
@ -171,7 +171,7 @@ QGCView { @@ -171,7 +171,7 @@ QGCView {
height: ipSettingsCol.height + (ScreenTools.defaultFontPixelHeight * 2)
width: _panelWidth
color: qgcPal.windowShade
visible: _microhardEnabled && (!ScreenTools.isiOS && !ScreenTools.isAndroid)
visible: _microhardEnabled
anchors.margins: ScreenTools.defaultFontPixelWidth
anchors.horizontalCenter: parent.horizontalCenter
Column {

Loading…
Cancel
Save