Browse Source

qml: derive from LabelExt in CaptionLabel

pull/162/head
Fatih Uzunoglu 2 years ago
committed by Steve Lhomme
parent
commit
f0496f62ea
  1. 3
      modules/gui/qt/widgets/qml/CaptionLabel.qml

3
modules/gui/qt/widgets/qml/CaptionLabel.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
textFormat: Text.PlainText

Loading…
Cancel
Save