internal: remove workaround for hyprland bug
This commit is contained in:
parent
d1ad000a8e
commit
3a9db3d163
2 changed files with 14 additions and 24 deletions
|
|
@ -130,12 +130,6 @@ Variants {
|
|||
panels: panels
|
||||
bar: bar
|
||||
|
||||
// FIXME: remove when Hyprland bug fixed
|
||||
Item {
|
||||
anchors.fill: parent
|
||||
anchors.rightMargin: 1
|
||||
anchors.bottomMargin: 1
|
||||
|
||||
Panels {
|
||||
id: panels
|
||||
|
||||
|
|
@ -159,5 +153,4 @@ Variants {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,9 +54,6 @@ CustomMouseArea {
|
|||
}
|
||||
|
||||
anchors.fill: parent
|
||||
// FIXME: remove when Hyprland bug fixed
|
||||
anchors.rightMargin: -1
|
||||
anchors.bottomMargin: -1
|
||||
hoverEnabled: true
|
||||
|
||||
onPressed: event => dragStart = Qt.point(event.x, event.y)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue