Small fix.
This commit is contained in:
@@ -139,7 +139,7 @@ RowLayout {
|
|||||||
Label {
|
Label {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
||||||
visible: vid.playbackState != MediaPlayer.PlayingState
|
visible: vid.playbackState == MediaPlayer.StoppedState || vid.error != MediaPlayer.NoError
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "Video"
|
text: "Video"
|
||||||
font.pixelSize: 16
|
font.pixelSize: 16
|
||||||
|
|||||||
Reference in New Issue
Block a user