1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-24 20:48:52 +02:00

qml: use Label type for text in ResumeDialog

Signed-off-by: Pierre Lamot <pierre@videolabs.io>
This commit is contained in:
Prince Gupta 2021-03-11 14:44:32 +05:30 committed by Pierre Lamot
parent 79b4f5290d
commit de9d4165a5

View File

@ -18,6 +18,7 @@
import QtQuick 2.11
import QtQuick.Layouts 1.3
import QtQuick.Controls 2.4
import org.videolan.vlc 0.1
@ -102,7 +103,7 @@ Widgets.NavigableFocusScope {
anchors.leftMargin: VLCStyle.margin_small
spacing: VLCStyle.margin_small
Text {
Label {
Layout.preferredHeight: implicitHeight
Layout.preferredWidth: implicitWidth