summary refs log tree commit diff
path: root/src/MainWindow.cc
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/MainWindow.cc
parentUse white as the background color (diff)
downloadnheko-b45f35cb513b88ae3e3a2bc68bddfdcac62eb6aa.tar.xz
Remove hdpi scaling
Diffstat (limited to 'src/MainWindow.cc')
-rw-r--r--src/MainWindow.cc2
1 files changed, 1 insertions, 1 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>