Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
42bbfb56
Commit
42bbfb56
authored
Apr 09, 2021
by
Nate Graham
Browse files
Add bug report for the Kirigami bug we're working around in deps sheet
parent
7fc483f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/PackageKitBackend/qml/DependenciesButton.qml
View file @
42bbfb56
...
...
@@ -35,12 +35,14 @@ Kirigami.LinkButton {
id
:
view
implicitWidth
:
Kirigami
.
Units
.
gridUnit
*
25
clip
:
true
headerPositioning
:
ListView
.
OverlayHeader
model
:
ListModel
{}
// FIXME: Workaround for https://bugs.kde.org/show_bug.cgi?id=435546
headerPositioning
:
ListView
.
OverlayHeader
section.property
:
"
packageInfo
"
section.delegate
:
Kirigami.ListSectionHeader
{
width
:
view
.
width
// FIXME: Workaround for https://bugs.kde.org/show_bug.cgi?id=435546
height
:
Kirigami
.
Units
.
fontMetrics
.
xHeight
*
4
label
:
section
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment