summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-22 21:33:29 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-22 21:33:29 +0300
commitb45f35cb513b88ae3e3a2bc68bddfdcac62eb6aa (patch)
tree63883a60b9a8f3ca2fbe1ce2610cf63fc249b910 /src
parentUse white as the background color (diff)
downloadnheko-b45f35cb513b88ae3e3a2bc68bddfdcac62eb6aa.tar.xz
Remove hdpi scaling
Diffstat (limited to 'src')
-rw-r--r--src/MainWindow.cc2
-rw-r--r--src/main.cc1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/MainWindow.cc b/src/MainWindow.cc

index 676b05d8..21f4c732 100644 --- a/src/MainWindow.cc +++ b/src/MainWindow.cc
@@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "Config.h" #include "MainWindow.h" +#include "Config.h" #include <QLayout> #include <QNetworkReply> diff --git a/src/main.cc b/src/main.cc
index 87515276..8a8e27e7 100644 --- a/src/main.cc +++ b/src/main.cc
@@ -30,7 +30,6 @@ main(int argc, char *argv[]) QCoreApplication::setApplicationVersion("0.1.0"); QCoreApplication::setOrganizationName("nheko"); QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); - QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QApplication app(argc, argv);