summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLasse Räihä <lasse.raiha@digia.com>2014-09-09 09:22:54 +0300
committerKimmo Ollila <kimmo.ollila@digia.com>2014-09-10 09:08:04 +0300
commita12ce9d57ea84541096edd8c89981e49fd75b776 (patch)
treee9ae3db64b024e2211c08c38ce88aa1bdb04bd3b
parent7d3c4caa1dc3784683dcbb298ad4d12324737334 (diff)
Fixed visibility of the text-area.
Change-Id: I126dda9013f2e53dbac8814fb9ac605b49fd8cce Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Kimmo Ollila <kimmo.ollila@digia.com>
-rw-r--r--QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml b/QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml
index 3e0faf6..16a956c 100644
--- a/QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml
+++ b/QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 2.0
+import QtQuick 2.2
Item {
id: delegate
@@ -86,6 +86,8 @@ Item {
anchors.bottom: parent.bottom
color: "Black"
opacity: 0.5
+ visible: iconImage.source !== ""
+
}
Text {