forked from Shinonome/dots-hyprland
dead pixel workaround: also for bottom edge
This commit is contained in:
@@ -43,6 +43,7 @@ Scope {
|
||||
}
|
||||
margins {
|
||||
right: (Config.options.interactions.deadPixelWorkaround.enable && cornerPanelWindow.anchors.right) * -1
|
||||
bottom: (Config.options.interactions.deadPixelWorkaround.enable && cornerPanelWindow.anchors.bottom) * -1
|
||||
}
|
||||
|
||||
implicitWidth: cornerWidget.implicitWidth
|
||||
@@ -53,6 +54,7 @@ Scope {
|
||||
anchors.fill: parent
|
||||
corner: cornerPanelWindow.corner
|
||||
rightVisualMargin: (Config.options.interactions.deadPixelWorkaround.enable && cornerPanelWindow.anchors.right) * 1
|
||||
bottomVisualMargin: (Config.options.interactions.deadPixelWorkaround.enable && cornerPanelWindow.anchors.bottom) * 1
|
||||
|
||||
implicitSize: Appearance.rounding.screenRounding
|
||||
implicitHeight: Math.max(implicitSize, sidebarCornerOpenInteractionLoader.implicitHeight)
|
||||
|
||||
Reference in New Issue
Block a user