qml: derive from LabelExt in ListLabel

This commit is contained in:
Fatih Uzunoglu 2024-03-18 17:27:16 +02:00 committed by Steve Lhomme
parent f0496f62ea
commit ce1a7feed6
1 changed files with 1 additions and 2 deletions

View File

@ -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