LockScreen: converted to Layout

This commit is contained in:
LemmyCook 2025-09-05 18:15:28 -04:00
parent 9a14a5cc10
commit 4768485974
2 changed files with 357 additions and 361 deletions

View file

@ -407,7 +407,7 @@ NPanel {
color: tabTextColor
font.pointSize: Style.fontSizeL * scaling
}
// Tab label
NText {
text: modelData.label
@ -540,4 +540,4 @@ NPanel {
}
}
}
}
}