Files
komplex-hub/KomplexHubModule/Controls/VerticalSpacer.qml
T
2026-08-17 13:06:31 -04:00

10 lines
107 B
QML

import QtQuick
import QtQuick.Layouts
Rectangle
{
Layout.fillHeight: true
color: "transparent"
}