Replace some hardcoded spacing by their respective shorthands
This commit is contained in:
parent
ade52f5013
commit
a1b6c0845d
4 changed files with 13 additions and 13 deletions
|
|
@ -32,8 +32,8 @@ Item {
|
|||
IconImage {
|
||||
id: trayIcon
|
||||
anchors.centerIn: parent
|
||||
width: 16 * scaling
|
||||
height: 16 * scaling
|
||||
width: Style.marginLarge * scaling
|
||||
height: Style.marginLarge * scaling
|
||||
smooth: false
|
||||
asynchronous: true
|
||||
backer.fillMode: Image.PreserveAspectFit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue