Clean up: Removed import version specifiers, deleted redundant code, and fixed a bug with form positioning and blur.

This commit is contained in:
Keyitdev
2026-07-16 23:53:28 +02:00
parent 07b64f0781
commit ac297db891
8 changed files with 61 additions and 70 deletions
+3 -3
View File
@@ -3,8 +3,8 @@
// Based on https://github.com/MarianArlt/sddm-sugar-dark
// Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick
import QtQuick.Controls
Column {
id: clock
@@ -13,7 +13,7 @@ Column {
spacing: 0
Label {
id:headerTextLabel
id: headerTextLabel
anchors.horizontalCenter: parent.horizontalCenter