workspace view rework
This commit is contained in:
@@ -6,10 +6,11 @@ import "../common" as Common
|
||||
|
||||
Item {
|
||||
id: root
|
||||
width: text.width
|
||||
width: text.width + 15
|
||||
height: text.height
|
||||
Common.Container {}
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
id: text
|
||||
text: ClockData.time
|
||||
font.pointSize: 10.25
|
||||
|
||||
Reference in New Issue
Block a user