lali/src/qml/components/HorizontalSpacer.qml

7 lines
65 B
QML
Raw Normal View History

2024-04-09 18:46:06 +02:00
import QtQuick
Rectangle {
height: 16
color: "transparent"
}