Add scaling to everything, edit SidePanel
This commit is contained in:
parent
68d7add474
commit
0b49aff13d
52 changed files with 3138 additions and 3043 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import QtQuick
|
||||
import qs.Settings
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
|
@ -6,7 +7,7 @@ Item {
|
|||
property bool running: false
|
||||
property color color: "white"
|
||||
property int size: 16
|
||||
property int strokeWidth: 2
|
||||
property int strokeWidth: 2 * Theme.uiScale
|
||||
property int duration: 1000
|
||||
|
||||
implicitWidth: size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue