Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Krusader
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Utilities
Krusader
Commits
0f147181
Commit
0f147181
authored
Nov 17, 2020
by
Alexander Lohnau
💬
Committed by
Yuri Chornoivan
Nov 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix blurry icons on highdpi
parent
8be407e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
krusader/main.cpp
krusader/main.cpp
+4
-0
No files found.
krusader/main.cpp
View file @
0f147181
...
...
@@ -92,6 +92,10 @@ int main(int argc, char *argv[])
// set global log message format
qSetMessagePattern
(
KrServices
::
GLOBAL_MESSAGE_PATTERN
);
// enable high dpi support
QCoreApplication
::
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
QCoreApplication
::
setAttribute
(
Qt
::
AA_EnableHighDpiScaling
,
true
);
// prevent qt5-webengine crashing
QApplication
::
setAttribute
(
Qt
::
AA_ShareOpenGLContexts
);
...
...
Write
Preview
Markdown
is supported
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