qml: derive from LabelExt in SubtitleLabel

This commit is contained in:
Fatih Uzunoglu 2024-03-18 17:27:39 +02:00 committed by Steve Lhomme
parent a320b0590c
commit bb88cd5aa9
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_xxxlarge
font.weight: Font.Bold