mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Fix minor overlap
This commit is contained in:
parent
e74833e9ab
commit
8487ccb35e
1 changed files with 4 additions and 2 deletions
|
|
@ -122,9 +122,11 @@ NanoShell.FullScreenOverlay {
|
|||
|
||||
Rectangle {
|
||||
anchors {
|
||||
fill: parent
|
||||
topMargin: root.height // top panel background handled separately in main.qml
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
bottom: parent.bottom
|
||||
}
|
||||
height: parent.height - headerHeight
|
||||
color: "black"
|
||||
opacity: 0.6 * Math.min(1, offset/contentArea.height)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue