Fix title height for maximized windows with Aurorae decorator

This commit is contained in:
Andrey Bondrov 2015-03-23 23:27:09 +10:00
parent 4922b6d1cd
commit b3a9f41fd0

View file

@ -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 {