Add scaling to everything, edit SidePanel
This commit is contained in:
parent
68d7add474
commit
0b49aff13d
52 changed files with 3138 additions and 3043 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue