forked from Shinonome/dots-hyprland
wactioncenter: media controls
This commit is contained in:
@@ -35,8 +35,8 @@ Scope {
|
||||
right: true
|
||||
}
|
||||
|
||||
implicitWidth: content.implicitWidth + content.visualMargin * 2
|
||||
implicitHeight: content.implicitHeight + content.visualMargin * 2
|
||||
implicitWidth: content.implicitWidth
|
||||
implicitHeight: content.implicitHeight
|
||||
|
||||
HyprlandFocusGrab {
|
||||
id: focusGrab
|
||||
@@ -55,7 +55,6 @@ Scope {
|
||||
ActionCenterContent {
|
||||
id: content
|
||||
anchors.fill: parent
|
||||
anchors.margins: visualMargin
|
||||
|
||||
focus: true
|
||||
Keys.onPressed: event => { // Esc to close
|
||||
|
||||
Reference in New Issue
Block a user