Files
bobbycar-app/qml/BottomLine.qml

10 lines
210 B
QML
Raw Permalink Normal View History

import QtQuick 2.15
2021-07-17 05:09:39 +02:00
Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
width: parent.width * 0.85
height: parent.height * 0.05
radius: height*0.5
}