notification sizing changes, better popup layout

This commit is contained in:
Zacharias-Brohn
2025-11-15 23:43:46 +01:00
parent 800fff4fcc
commit e6a06349e0
8 changed files with 158 additions and 87 deletions
+5 -2
View File
@@ -9,7 +9,7 @@ import qs.Modules
Item {
id: root
implicitWidth: expanded ? 300 : 150
implicitHeight: 100
implicitHeight: 34
property bool expanded: false
@@ -29,7 +29,10 @@ Item {
}
Rectangle {
anchors.fill: parent
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left
anchors.right: parent.right
height: 22
radius: height / 2
color: "#40000000"