mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2026-06-19 03:45:50 +00:00
8 lines
110 B
QML
Executable file
8 lines
110 B
QML
Executable file
import QtQuick 2.0
|
|
import QtQuick.Layouts
|
|
|
|
Rectangle {
|
|
id: separator
|
|
height: 1
|
|
color: "#dde0e2"
|
|
}
|