Disable dpi-aware for now; it has some artifacts (titlebar, checkboxes, font

size) under 250%.
Make main window a bit larger.
This commit is contained in:
Alexander Shaduri
2017-06-15 12:34:38 +00:00
parent 7a1904c1ef
commit c591823c3e
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -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();
@@ -18,10 +18,10 @@
</ms_asmv2:security>
</ms_asmv2:trustInfo>
<!-- GTK3 applications are dpi-aware -->
<!-- GTK3 applications aren't quite dpi-aware -->
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
<dpiAware>false</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>