Add scaling to everything, edit SidePanel

This commit is contained in:
Ly-sec
2025-08-07 15:38:27 +02:00
parent 68d7add474
commit 0b49aff13d
52 changed files with 3135 additions and 3040 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import qs.Components
PanelWindow {
id: settingsModal
implicitWidth: 480
implicitHeight: 780
implicitWidth: 480 * Theme.uiScale
implicitHeight: 780 * Theme.uiScale
visible: false
color: "transparent"
anchors.top: true