move bar to root window
This commit is contained in:
parent
8c59137716
commit
7022c3a9ae
3 changed files with 83 additions and 50 deletions
|
|
@ -10,4 +10,11 @@ WrapperRectangle {
|
|||
duration: Styling.animations.speed.fast
|
||||
}
|
||||
}
|
||||
border.width: 2
|
||||
border.color: Styling.theme.base100
|
||||
Behavior on border.color {
|
||||
ColorAnimation {
|
||||
duration: Styling.animations.speed.fast
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue