From 5fd8d0f6da23030cbe043c5fd59284393781e23a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 29 Apr 2025 10:29:30 +1000 Subject: refactor: use anchors instead of layouts --- widgets/Label.qml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 widgets/Label.qml (limited to 'widgets/Label.qml') diff --git a/widgets/Label.qml b/widgets/Label.qml deleted file mode 100644 index e1e22ba..0000000 --- a/widgets/Label.qml +++ /dev/null @@ -1,16 +0,0 @@ -import "root:/config" -import QtQuick - -Text { - id: root - - renderType: Text.NativeRendering - - Behavior on color { - ColorAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } - } -} -- cgit v1.2.3-freya