mirror of
https://github.com/HenkKalkwater/sddm-nx
synced 2024-11-16 08:25:18 +00:00
11 lines
220 B
QML
11 lines
220 B
QML
|
import QtQuick 2.0
|
||
|
import ".."
|
||
|
|
||
|
Rectangle {
|
||
|
anchors.left: parent.left
|
||
|
anchors.leftMargin: Style.horizontalPadding
|
||
|
anchors.right: parent.right
|
||
|
anchors.rightMargin: Style.horizontalPadding
|
||
|
height: 3
|
||
|
}
|