From ce1a7feed6efb7582f5990058052b5641329fea4 Mon Sep 17 00:00:00 2001 From: Fatih Uzunoglu Date: Mon, 18 Mar 2024 17:27:16 +0200 Subject: [PATCH] qml: derive from LabelExt in ListLabel --- modules/gui/qt/widgets/qml/ListLabel.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/gui/qt/widgets/qml/ListLabel.qml b/modules/gui/qt/widgets/qml/ListLabel.qml index 55e92984a1..1a3656d431 100644 --- a/modules/gui/qt/widgets/qml/ListLabel.qml +++ b/modules/gui/qt/widgets/qml/ListLabel.qml @@ -16,10 +16,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ import QtQuick 2.12 -import QtQuick.Templates 2.12 as T import "qrc:///style/" -T.Label { +LabelExt { elide: Text.ElideRight font.pixelSize: VLCStyle.fontSize_normal font.weight: Font.DemiBold