updates popout delegate creation buffer

This commit is contained in:
2026-04-30 23:51:02 +02:00
parent d5256a3952
commit c2bd45db4a
6 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
./__pycache__/ **/__pycache__/
./result/ ./result/
.pyre/ .pyre/
.cache/ .cache/
+5 -2
View File
@@ -54,6 +54,8 @@ CustomClippingRect {
anchors.centerIn: parent anchors.centerIn: parent
contentHeight: childrenRect.height contentHeight: childrenRect.height
contentWidth: 600 contentWidth: 600
displayMarginBeginning: root.itemHeight
displayMarginEnd: root.itemHeight
implicitHeight: Math.min(contentHeight, (root.itemHeight + spacing) * 5 - spacing) implicitHeight: Math.min(contentHeight, (root.itemHeight + spacing) * 5 - spacing)
implicitWidth: contentWidth implicitWidth: contentWidth
spacing: Appearance.spacing.normal spacing: Appearance.spacing.normal
@@ -65,10 +67,11 @@ CustomClippingRect {
required property var modelData required property var modelData
readonly property list<string> sections: modelData.update.split(" ") readonly property list<string> sections: modelData.update.split(" ")
anchors.left: parent.left // anchors.left: parent.left
anchors.right: parent.right // anchors.right: parent.right
color: DynamicColors.tPalette.m3surfaceContainer color: DynamicColors.tPalette.m3surfaceContainer
implicitHeight: root.itemHeight implicitHeight: root.itemHeight
implicitWidth: 600
radius: Appearance.rounding.small - Appearance.padding.small radius: Appearance.rounding.small - Appearance.padding.small
RowLayout { RowLayout {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.