From 9c66d64d85f06411fce8ecfa920f291f6b44afd8 Mon Sep 17 00:00:00 2001 From: Corey Woodworth Date: Wed, 29 Oct 2025 22:53:56 -0400 Subject: [PATCH] Removed more useless comments --- Modules/LockScreen/LockScreen.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Modules/LockScreen/LockScreen.qml b/Modules/LockScreen/LockScreen.qml index 2d19fc5d..3251099c 100644 --- a/Modules/LockScreen/LockScreen.qml +++ b/Modules/LockScreen/LockScreen.qml @@ -366,15 +366,10 @@ Loader { // Clock ClockLoader { - // The 'now' property is available as Time.date now: Time.date - - // Apply layout properties from the old Item Layout.preferredWidth: 70 Layout.preferredHeight: 70 Layout.alignment: Qt.AlignVCenter - - // *** Override the colors to match the LockScreen style *** backgroundColor: Color.mSurface clockColor: Color.mOnSurface }