dirty fix for notif width

This commit is contained in:
2026-04-19 23:10:32 +02:00
parent c1035e8a06
commit 95a6824598
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -56,7 +56,6 @@ Item {
anchors.rightMargin: sidebar.width * (1 - sidebar.offsetScale)
anchors.verticalCenter: parent.verticalCenter
clip: sidebar.visible
implicitHeight: osd.implicitHeight
implicitWidth: osd.implicitWidth * (1 - osd.offsetScale)
@@ -102,6 +101,7 @@ Item {
anchors.right: parent.right
anchors.top: parent.top
panels: root
sidebarPanel: sidebar
visibilities: root.visibilities
}
-1
View File
@@ -221,7 +221,6 @@ Variants {
PanelBg {
id: popoutBg
// Extra height to prevent vertical movement deformation partially detaching panel from bar
property real extraHeight: panels.popouts.isDetached ? 0 : 0.2
deformAmount: panels.popouts.isDetached ? 0.05 * Config.appearance.deform.scale : panels.popouts.hasCurrent ? 0.15 * Config.appearance.deform.scale : 0.1 * Config.appearance.deform.scale