Skip to content
Snippets Groups Projects
Commit 07fe2aba authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Jean-Baptiste Kempf
Browse files

qml/TopBar: Fix the resume background

This patch ensures that the TopBar background is visible when the ResumeDialog is active.
parent 7e0b66a0
No related branches found
Tags 0.7.0
1 merge request!3789qml/TopBar: Fix the resume background
Pipeline #354076 passed with stage
in 25 minutes and 56 seconds
......@@ -173,10 +173,12 @@ FocusScope{
left = undefined
}
right = playlistGroup
if (_showTopBar)
offset += _layoutLine(left, right, offset)
right = playlistGroup
else
right = undefined
offset += _layoutLine(left, right, offset)
}
implicitHeight = offset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment