popout positioning fixes
This commit is contained in:
+8
-1
@@ -4,9 +4,16 @@ import qs.Modules
|
||||
|
||||
Item {
|
||||
implicitWidth: timeText.contentWidth
|
||||
implicitHeight: timeText.contentHeight
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
Text {
|
||||
id: timeText
|
||||
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
text: Time.time
|
||||
color: Config.useDynamicColors ? DynamicColors.palette.m3tertiary : "white"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user