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
02a6270f
Commit
02a6270f
authored
Mar 11, 2022
by
Kai Uwe Broulik
🍇
Browse files
[Notifications] Use null as TextArea background
Saves creating a pointless Item
parent
e1692be4
Pipeline
#148409
canceled with stage
in 0 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
applets/notifications/package/contents/ui/SelectableLabel.qml
View file @
02a6270f
...
...
@@ -42,7 +42,7 @@ PlasmaComponents3.ScrollView {
topPadding
:
0
bottomPadding
:
0
background
:
Item
{}
background
:
null
// Work around Qt bug where NativeRendering breaks for non-integer scale factors
// https://bugreports.qt.io/browse/QTBUG-67007
renderType
:
Screen
.
devicePixelRatio
%
1
!==
0
?
Text
.
QtRendering
:
Text
.
NativeRendering
...
...
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