mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37:14 +03:00
Remove gdiScaling from EDMarketConnector.manifest
* This causes dpiAware to not work. * Without dpiAware text is blurry under UI scaling. * The bug with wrongly sized tkinter.ttk.RadioButton elements has been fixed in Tcl/Tk source, but no new release made yet, so the bug lingers in all released Python versions.
This commit is contained in:
parent
b977e93c63
commit
a6b23e741d
@ -23,10 +23,6 @@
|
||||
<!-- Declare that we want to use the UTF-8 code page -->
|
||||
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
|
||||
</asmv3:windowsSettings>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">
|
||||
<!-- gdiScaling needs to be under the 2017 schema -->
|
||||
<gdiScaling>true</gdiScaling>
|
||||
</asmv3:windowsSettings>
|
||||
</asmv3:application>
|
||||
<dependency>
|
||||
</dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user