diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-11-21 22:33:24 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-11-21 22:33:24 +0000 |
| commit | 904df6e4627a051e8be635d20139a82fcd6ba283 (patch) | |
| tree | 8ab7aa5a157d5fb9d877c0d93b36a0fcdfa84aef /src | |
| parent | Dutch translation update (diff) | |
| download | inkscape-904df6e4627a051e8be635d20139a82fcd6ba283.tar.gz inkscape-904df6e4627a051e8be635d20139a82fcd6ba283.zip | |
Win64: add High DPI awareness to the manifest (needs testing on non-highdpi system)
(bzr r13747)
Diffstat (limited to 'src')
| -rw-r--r-- | src/inkscape-manifest-x64.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/inkscape-manifest-x64.xml b/src/inkscape-manifest-x64.xml index 38526cfe6..b5a6f11f2 100644 --- a/src/inkscape-manifest-x64.xml +++ b/src/inkscape-manifest-x64.xml @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <application xmlns="urn:schemas-microsoft-com:asm.v3"> + <windowsSettings> + <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> + </windowsSettings> + </application> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" |
