Removed more useless comments

This commit is contained in:
Corey Woodworth
2025-10-29 22:53:56 -04:00
parent 475f4a6bda
commit 9c66d64d85
-5
View File
@@ -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
}