Browse Source

moved visible check from textOutput to container

QGC4.4
mak 7 years ago
parent
commit
b01216ceae
  1. 2
      src/ViewWidgets/CustomCommandWidget.qml

2
src/ViewWidgets/CustomCommandWidget.qml

@ -92,12 +92,12 @@ QGCView { @@ -92,12 +92,12 @@ QGCView {
anchors.fill: loader
contentHeight: textOutput.height
flickableDirection: QGCFlickable.VerticalFlick
visible: !loader.visible
QGCLabel {
id: textOutput
width: container.width
wrapMode: Text.WordWrap
textFormat: Text.RichText
visible: !loader.visible
onLinkActivated: Qt.openUrlExternally(link)
}
}

Loading…
Cancel
Save