X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2FMediaPlayer.qml;fp=app%2FMediaPlayer.qml;h=570af0fe904917c23374e5a903abcdc1b610b263;hb=9ce174038f3e96bb281b4e05cfa86fb815ba5528;hp=fbb2c1f4da3bd6dec291c28dda6904566b25d2bc;hpb=cd89041f77a5e3924764964b0820bf786ecc2b8e;p=apps%2Fmediaplayer.git diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml index fbb2c1f..570af0f 100644 --- a/app/MediaPlayer.qml +++ b/app/MediaPlayer.qml @@ -33,7 +33,6 @@ ApplicationWindow { return Qt.formatTime(new Date(value), 'mm:ss') } onPositionChanged: slider.value = player.position - Component.onCompleted: console.debug('player.supportedAudioRoles()', player.supportedAudioRoles()) } Playlist { @@ -51,7 +50,7 @@ ApplicationWindow { Item { Layout.fillWidth: true Layout.fillHeight: true - Layout.preferredHeight: 3 + Layout.preferredHeight: 1080 clip: true Image { anchors.left: parent.left @@ -178,7 +177,7 @@ ApplicationWindow { Item { Layout.fillWidth: true Layout.fillHeight: true - Layout.preferredHeight: 2 + Layout.preferredHeight: 407 ListView { anchors.fill: parent clip: true