mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
9 lines
110 B
QML
9 lines
110 B
QML
|
import QtQuick 2.0
|
||
|
import QtQuick.Layouts
|
||
|
|
||
|
Rectangle {
|
||
|
id: separator
|
||
|
height: 1
|
||
|
color: "#dde0e2"
|
||
|
}
|