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
Plasma Workspace
Commits
98cc8b38
Verified
Commit
98cc8b38
authored
Oct 08, 2022
by
Fushan Wen
Browse files
wallpapers/image: reset `scale` to 1 to work around QTBUG-107458
See also:
https://bugreports.qt.io/browse/QTBUG-107458
parent
b45569b2
Pipeline
#243538
passed with stage
in 8 minutes and 46 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml
View file @
98cc8b38
...
...
@@ -21,6 +21,7 @@ KCM.GridDelegate {
property
alias
color
:
backgroundRect
.
color
opacity
:
model
.
pendingDeletion
?
0.5
:
1
scale
:
index
,
1
// Workaround for https://bugreports.qt.io/browse/QTBUG-107458
text
:
model
.
display
subtitle
:
model
.
author
...
...
Fushan Wen
@fusionfuture
mentioned in commit
f8d9eb40
·
Oct 07, 2022
mentioned in commit
f8d9eb40
mentioned in commit f8d9eb406f79db3cd090885889e2ea12a155b731
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