Skip to content

Commit

Permalink
Enable HiDPI
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Sep 19, 2018
1 parent 3fcc16e commit c19b7e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void printhelpandexit()

int main(int argc, char **argv)
{
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv);
set_textdomain("control-center");

Expand Down

0 comments on commit c19b7e8

Please sign in to comment.