clock size relative to text
This commit is contained in:
parent
4af55f8117
commit
6653588589
2 changed files with 2 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue