From 1d409531a41c462d4915a8418921a07ed54a0e86 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Thu, 7 Aug 2025 12:51:48 -0400 Subject: [PATCH] Removed dead code in sheel.qml --- shell.qml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/shell.qml b/shell.qml index 67617520..e5c3f0e6 100644 --- a/shell.qml +++ b/shell.qml @@ -217,17 +217,4 @@ Scope { } } - Rectangle { - width: 200 * Theme.uiScale - height: 40 * Theme.uiScale - color: "#333" - anchors.top: parent.top - anchors.left: parent.left - Text { - text: "UI Scale Demo" - anchors.centerIn: parent - font.pixelSize: 16 * Theme.uiScale - color: "white" - } - } } \ No newline at end of file