Skip to content
GitLab
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
01855fa0
Commit
01855fa0
authored
Oct 19, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
Fix InstallApplicationButton against KF 5.86
BUG: 444022
https://bugzilla.redhat.com/2015491
parent
476d293f
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/InstallApplicationButton.qml
View file @
01855fa0
...
...
@@ -100,6 +100,11 @@ ConditionalLoader
// TODO: just set the button's icon.source property when that's fixed
rightPadding
:
Kirigami
.
Units
.
smallSpacing
leftPadding
:
Kirigami
.
Units
.
smallSpacing
// Remove when we depend on KF 5.87 (needs edc9094313e24d044c5fba2b2cfefc7db12fb187 qqc2-desktop-style)
implicitWidth
:
Math
.
max
(
implicitBackgroundWidth
+
leftInset
+
rightInset
,
implicitContentWidth
+
leftPadding
+
rightPadding
)
contentItem
:
RowLayout
{
Item
{
// Left padding
Layout.fillWidth
:
true
...
...
Aleix Pol Gonzalez
🐧
@apol
mentioned in commit
13fee76b
·
Oct 19, 2021
mentioned in commit
13fee76b
mentioned in commit 13fee76b1adca6cd11521b5728b6e596f7beb17e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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