[decorations/aurorae] Fix typo in Plastik theme
This commit is contained in:
parent
94c5704af7
commit
9e3fb47259
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ Decoration {
|
|||
bottomMargin: 1
|
||||
topMargin: 1
|
||||
}
|
||||
visible: !decoration.client.maximzied
|
||||
visible: !decoration.client.maximized
|
||||
width: root.borders.right -1
|
||||
color: root.titleBarColor
|
||||
Rectangle {
|
||||
|
@ -169,7 +169,7 @@ Decoration {
|
|||
rightMargin: 1
|
||||
}
|
||||
height: root.borders.bottom
|
||||
visible: !decoration.client.maximzied
|
||||
visible: !decoration.client.maximized
|
||||
color: root.titleBarColor
|
||||
Rectangle {
|
||||
height: 1
|
||||
|
|
Loading…
Reference in a new issue