clock size relative to text

This commit is contained in:
Benjamin Palko 2025-07-19 23:30:36 -04:00
parent 4af55f8117
commit 6653588589
2 changed files with 2 additions and 3 deletions

View file

@ -7,12 +7,11 @@ import "../../../config/"
Item {
id: root
implicitWidth: Dimensions.clock.width
implicitWidth: childrenRect.width
implicitHeight: Dimensions.clock.height
StyledLabel {
anchors.fill: parent
anchors.centerIn: parent
}
StyledText {