harbour-batterybuddy/qml/components/AboutLabel.qml
2020-01-05 13:08:16 +02:00

9 lines
233 B
QML

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
}