clock size relative to text
This commit is contained in:
parent
a5b62b4af8
commit
9aa8084df9
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