Added modules to reduce redunant code

This commit is contained in:
Digital Artifex
2026-08-17 13:06:31 -04:00
parent 1d5bcb9365
commit 63e45eb4d4
19 changed files with 167 additions and 174 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
import QtQuick
import QtQuick.Layouts
Rectangle
{
height: 36
Layout.fillHeight: true
color: "transparent"
anchors.left: parent.left
anchors.right: parent.right
}