empty item
This commit is contained in:
parent
75f1fc1905
commit
16e5059c7a
2 changed files with 2 additions and 2 deletions
|
|
@ -51,5 +51,5 @@ Switch {
|
|||
}
|
||||
}
|
||||
|
||||
background: null
|
||||
background: Item {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ StyledWindow {
|
|||
text: Pomodoro.running ? Icons.square : Icons.play
|
||||
font.pixelSize: 48
|
||||
|
||||
background: undefined
|
||||
background: Item {}
|
||||
onClicked: {
|
||||
Pomodoro.toggle();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue