[Github-comments] [geany/geany] blurred displaying when using windows display zoom (#692)

tmssngr notifications at xxxxx
Sat Sep 15 08:05:43 UTC 2018


I would try to use following `geany.exe.manifest`:

```
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
	<assemblyIdentity
		version="1.33.0.0"
		processorArchitecture="X86"
		name="Geany"
		type="win32" />
	<description>Geany is a fast and lightweight IDE</description>
	<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
		<security>
			<requestedPrivileges>
				<requestedExecutionLevel
					level="asInvoker"
					uiAccess="false" />
			</requestedPrivileges>
		</security>
	</trustInfo>

	<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
		<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
			<dpiAware>true</dpiAware>
		</asmv3:windowsSettings>
	</asmv3:application>
</assembly>

```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/692#issuecomment-421539924
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180915/cbd9d6b3/attachment.html>


More information about the Github-comments mailing list