harbour-batterybuddy/application/qml/components/AboutLabel.qml

10 lines
233 B
QML
Raw Normal View History

import QtQuick 2.0
import Sailfish.Silica 1.0
Label {
anchors.horizontalCenter: parent.horizontalCenter
width: parent.width - 2*Theme.horizontalPageMargin
horizontalAlignment: Text.AlignHCenter
wrapMode: Text.Wrap
}