Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jonah Brüchert
basket
Commits
f9c0a8ba
Commit
f9c0a8ba
authored
May 22, 2020
by
Alexander Lohnau
💬
Committed by
Carl Schwan
May 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pixelated icons
parent
636eeaa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/main.cpp
src/main.cpp
+4
-0
No files found.
src/main.cpp
View file @
f9c0a8ba
...
...
@@ -21,6 +21,10 @@ int main(int argc, char *argv[])
{
const
char
*
argv0
=
(
argc
>=
1
?
argv
[
0
]
:
""
);
// enable high dpi support
Application
::
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
Application
::
setAttribute
(
Qt
::
AA_EnableHighDpiScaling
,
true
);
Global
::
commandLineOpts
=
new
QCommandLineParser
();
Application
app
(
argc
,
argv
);
...
...
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