From c591823c3eb741733559a340827abcebe709fd08 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Thu, 15 Jun 2017 12:34:38 +0000 Subject: [PATCH] Disable dpi-aware for now; it has some artifacts (titlebar, checkboxes, font size) under 250%. Make main window a bit larger. --- gsmartcontrol/src/gsc_main_window.cpp | 2 ++ gsmartcontrol/src/gsmartcontrol.exe.manifest.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gsmartcontrol/src/gsc_main_window.cpp b/gsmartcontrol/src/gsc_main_window.cpp index 687b712..84499f1 100644 --- a/gsmartcontrol/src/gsc_main_window.cpp +++ b/gsmartcontrol/src/gsc_main_window.cpp @@ -55,6 +55,8 @@ GscMainWindow::GscMainWindow(BaseObjectType* gtkcobj, const app_ui_res_ref_t& re // iconview, gtkuimanager stuff (menus), custom labels create_widgets(); + set_default_size(600, 560); + // show the window first, scan later show(); diff --git a/gsmartcontrol/src/gsmartcontrol.exe.manifest.in b/gsmartcontrol/src/gsmartcontrol.exe.manifest.in index bd85f66..c2f8b3c 100644 --- a/gsmartcontrol/src/gsmartcontrol.exe.manifest.in +++ b/gsmartcontrol/src/gsmartcontrol.exe.manifest.in @@ -18,10 +18,10 @@ - + - true + false