|
|
@ -86,7 +86,7 @@ QGCView { |
|
|
|
anchors.right: parent.right |
|
|
|
anchors.right: parent.right |
|
|
|
wrapMode: Text.WordWrap |
|
|
|
wrapMode: Text.WordWrap |
|
|
|
text: pageDescription |
|
|
|
text: pageDescription |
|
|
|
visible: !ScreenTools.isShortScreen |
|
|
|
visible: pageDescription !== "" && !ScreenTools.isShortScreen |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|