Files
komplex-hub/KomplexHubModule/Controls/VerticalSpacer.qml
T
Digital Artifex 294a38f26a UI update
2026-08-16 23:10:29 -04:00

10 lines
132 B
QML

import QtQuick
Rectangle
{
height: 36
color: "transparent"
anchors.left: parent.left
anchors.right: parent.right
}