From 43af16801fcbb7056a51ed5fd6539c74ff5c0379 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Sep 2025 14:21:21 +0200 Subject: ... --- .../shell/quickshell/ActiveWindowDisplay.qml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'accounts/gkleen@sif/shell/quickshell/ActiveWindowDisplay.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/ActiveWindowDisplay.qml b/accounts/gkleen@sif/shell/quickshell/ActiveWindowDisplay.qml index 883f9001..dcc23279 100644 --- a/accounts/gkleen@sif/shell/quickshell/ActiveWindowDisplay.qml +++ b/accounts/gkleen@sif/shell/quickshell/ActiveWindowDisplay.qml @@ -149,16 +149,22 @@ Item { hoverEnabled: true enabled: true - anchors.centerIn: parent + anchors.fill: parent - Text { - id: widgetTooltipText + Item { + anchors.fill: parent - font.pointSize: 10 - font.family: "Fira Mono" - color: "white" + Text { + id: widgetTooltipText + + anchors.centerIn: parent - text: JSON.stringify(Object.assign({}, activeWindowDisplay.activeWindow), null, 2) + font.pointSize: 10 + font.family: "Fira Mono" + color: "white" + + text: JSON.stringify(Object.assign({}, activeWindowDisplay.activeWindow), null, 2) + } } } } -- cgit v1.2.3