offset volume mixer popup below OSD slider panel
This commit is contained in:
parent
bcaabd5120
commit
b72ca67198
2 changed files with 4 additions and 1 deletions
|
|
@ -45,12 +45,14 @@ PanelWindow {
|
|||
WlrLayershell.exclusiveZone: 0
|
||||
WlrLayershell.namespace: root.panelNamespace
|
||||
|
||||
property real topMargin: 0
|
||||
|
||||
anchors.top: true
|
||||
anchors.left: true
|
||||
anchors.right: true
|
||||
anchors.bottom: true
|
||||
|
||||
margins.top: 0
|
||||
margins.top: topMargin
|
||||
|
||||
function _updatePosition() {
|
||||
const scr = screen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue