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