[plasma/discover] discover/qml: ProgressView: give Kirigami.ListSectionHeader the right width
Nate Graham <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 79ef21d6d13fdc4f59b3b6a0ae1fc555d10a2327 by Nate Graham.
Committed on 24/07/2026 at 18:19.
Pushed by ngraham into branch 'master'.
ProgressView: give Kirigami.ListSectionHeader the right width
M +1 -0 discover/qml/ProgressView.qml
https://invent.kde.org/plasma/discover/-/commit/79ef21d6d13fdc4f59b3b6a0ae1fc555d10a2327
diff --git a/discover/qml/ProgressView.qml b/discover/qml/ProgressView.qml
index 9b75ff1e0..a4a1c81ca 100644
--- a/discover/qml/ProgressView.qml
+++ b/discover/qml/ProgressView.qml
@@ -85,6 +85,7 @@ QQC2.ToolButton {
section.property: "statusText"
section.delegate: Kirigami.ListSectionHeader {
required property string section
+ width: tasksView.width
text: section
}