Calendar Panel: improve look when bar is transparent + NBox simplification.

This commit is contained in:
ItsLemmy
2025-10-31 08:17:46 -04:00
parent 336deba554
commit b7dc1aed84
6 changed files with 1219 additions and 1332 deletions
+1 -4
View File
@@ -236,12 +236,9 @@ RowLayout {
Repeater {
model: typeof badgeLocations !== 'undefined' ? badgeLocations : []
delegate: NBox {
delegate: Item {
width: Style.baseWidgetSize * 0.7
height: Style.baseWidgetSize * 0.7
color: "transparent"
radius: Style.radiusS
border.width: 0
NText {
anchors.centerIn: parent