harbour-seaprint/qml/components/AboutLabel.qml

10 lines
233 B
QML
Raw Normal View History

2019-12-13 23:36:39 +03:00
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
}