1
0
Fork 0
mirror of https://github.com/HenkKalkwater/sddm-nx synced 2024-07-01 09:23:51 +00:00
sddm-nx/components/Divider.qml

11 lines
220 B
QML
Raw Normal View History

2020-05-14 23:12:55 +00:00
import QtQuick 2.0
import ".."
Rectangle {
anchors.left: parent.left
anchors.leftMargin: Style.horizontalPadding
anchors.right: parent.right
anchors.rightMargin: Style.horizontalPadding
height: 3
}