From 6616cb13272132302f0b58573e98b4564e105e12 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 22 Jul 2025 00:21:57 +1000 Subject: background: some fixes for desktop clock Loader + use implicit width/height + move --- widgets/DesktopClock.qml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 widgets/DesktopClock.qml (limited to 'widgets') diff --git a/widgets/DesktopClock.qml b/widgets/DesktopClock.qml deleted file mode 100644 index 30e4fc4..0000000 --- a/widgets/DesktopClock.qml +++ /dev/null @@ -1,20 +0,0 @@ -import QtQuick -import QtQuick.Controls -import qs.config -import qs.services -import qs.widgets - -Item { - id: clockRoot - width: timeText.implicitWidth + Appearance.padding.large * 2 - height: timeText.implicitHeight + Appearance.padding.large * 2 - - - StyledText { - id: timeText - anchors.centerIn: parent - font.pointSize: Appearance.font.size.extraLarge - font.bold: true - text: Time.format("hh:mm:ss"); - } -} -- cgit v1.2.3-freya