lali/src/qml/components/HorizontalSpacer.qml
2024-04-09 18:46:06 +02:00

6 lines
65 B
QML

import QtQuick
Rectangle {
height: 16
color: "transparent"
}