harbour-seaprint/qml/components/AboutLabel.qml
2019-12-15 10:57:44 +01: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
}