Fix title height for maximized windows with Aurorae decorator
This commit is contained in:
parent
4922b6d1cd
commit
b3a9f41fd0
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Decoration {
|
|||
}
|
||||
imagePath: backgroundSvg.imagePath
|
||||
prefix: "decoration-maximized"
|
||||
height: parent.borderTopMaximized
|
||||
height: parent.maximizedBorders.top
|
||||
opacity: shown ? 1 : 0
|
||||
enabledBorders: PlasmaCore.FrameSvg.NoBorder
|
||||
Behavior on opacity {
|
||||
|
|
Loading…
Reference in a new issue