Removed dead code, semiBold icons in the Settings tabs

This commit is contained in:
quadbyte
2025-08-07 10:01:38 -04:00
parent 0b49aff13d
commit bf0e06ef03
4 changed files with 4 additions and 19 deletions
-14
View File
@@ -213,18 +213,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"
}
}
}