This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2019-05-13 19:05:33 +02:00

14 lines
272 B
QML

import QtQuick 2.5
import QtQuick.Controls 2.2
import QtQuick.Controls.Material 2.2
import QtQuick.Layouts 1.1
import Nymea 1.0
import "../../components"
Label {
property var value
text: value
horizontalAlignment: Text.AlignRight
elide: Text.ElideRight
}