harbour-seaprint/qml/components/AboutLabel.qml
2021-07-11 14:27:03 +02:00

9 lines
233 B
QML

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