mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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 {
|
Rectangle {
|
||||||
anchors {
|
anchors {
|
||||||
fill: parent
|
left: parent.left
|
||||||
topMargin: root.height // top panel background handled separately in main.qml
|
right: parent.right
|
||||||
|
bottom: parent.bottom
|
||||||
}
|
}
|
||||||
|
height: parent.height - headerHeight
|
||||||
color: "black"
|
color: "black"
|
||||||
opacity: 0.6 * Math.min(1, offset/contentArea.height)
|
opacity: 0.6 * Math.min(1, offset/contentArea.height)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue