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
e903c811
Commit
e903c811
authored
Apr 07, 2021
by
Nate Graham
Browse files
Use high DPI pixmaps in DiscoverNotifier
So its quit confirmation messagebox isn't blurry.
BUG: 418869
FIXED-IN: 5.22
parent
1d191115
Changes
1
Hide whitespace changes
Inline
Side-by-side
notifier/main.cpp
View file @
e903c811
...
...
@@ -27,6 +27,7 @@ int main(int argc, char **argv)
{
QApplication
app
(
argc
,
argv
);
app
.
setOrganizationDomain
(
QStringLiteral
(
"kde.org"
));
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
KCrash
::
setFlags
(
KCrash
::
AutoRestart
);
...
...
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