cleaner
This commit is contained in:
parent
c9d925c3b8
commit
653f5814b3
1 changed files with 3 additions and 5 deletions
|
|
@ -7,11 +7,9 @@ Scope {
|
|||
PanelWindow {
|
||||
id: root
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
left: true
|
||||
right: true
|
||||
}
|
||||
anchors.top: true
|
||||
anchors.left: true
|
||||
anchors.right: true
|
||||
|
||||
implicitHeight: Dimensions.bar.height
|
||||
color: 'transparent'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue