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