Removed commented out block

This commit is contained in:
Corey Woodworth
2025-10-29 22:51:59 -04:00
parent 376dedeb6f
commit 475f4a6bda
-28
View File
@@ -378,34 +378,6 @@ Loader {
backgroundColor: Color.mSurface
clockColor: Color.mOnSurface
}
// ColumnLayout {
// anchors.centerIn: parent
// spacing: 0
//
// NText {
// text: {
// var t = Settings.data.location.use12hourFormat ? Qt.locale().toString(Time.date, "hh AP") : Qt.locale().toString(Time.date, "HH")
// return t
// }
// pointSize: Style.fontSizeM
// font.weight: Style.fontWeightBold
// family: Settings.data.ui.fontFixed
// color: Color.mOnSurface
// horizontalAlignment: Text.AlignHCenter
// Layout.alignment: Qt.AlignHCenter
// }
//
// NText {
// text: Qt.formatTime(Time.date, "mm")
// pointSize: Style.fontSizeM
// font.weight: Style.fontWeightBold
// family: Settings.data.ui.fontFixed
// color: Color.mOnSurfaceVariant
// horizontalAlignment: Text.AlignHCenter
// Layout.alignment: Qt.AlignHCenter
// }
// }
}
}