More consistent line breaks in source code

This commit is contained in:
MrDowntempo
2025-10-11 02:50:18 -04:00
committed by GitHub
parent 76770bbb3c
commit c25ae8bec4
+1
View File
@@ -221,6 +221,7 @@ NPanel {
ColumnLayout {
anchors.centerIn: parent
spacing: -Style.marginXXS * scaling
NText {
text: {
var t = Settings.data.location.use12hourFormat ? Qt.locale().toString(new Date(), "hh AP") : Qt.locale().toString(new Date(), "HH")