mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 22:05:34 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user