Small fix.

This commit is contained in:
Black Hat
2019-10-06 03:26:30 -07:00
parent f34556d416
commit f70e47ce24

View File

@@ -139,7 +139,7 @@ RowLayout {
Label {
anchors.centerIn: parent
visible: vid.playbackState != MediaPlayer.PlayingState
visible: vid.playbackState == MediaPlayer.StoppedState || vid.error != MediaPlayer.NoError
color: "white"
text: "Video"
font.pixelSize: 16