Reupload
This commit is contained in:
commit
1bb1ade305
36 changed files with 2837 additions and 0 deletions
6
src/qml/components/HorizontalSpacer.qml
Normal file
6
src/qml/components/HorizontalSpacer.qml
Normal file
|
@ -0,0 +1,6 @@
|
|||
import QtQuick
|
||||
|
||||
Rectangle {
|
||||
height: 16
|
||||
color: "transparent"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue