diff --git a/shell.qml b/shell.qml index 6761752..e5c3f0e 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