VirtualBox

Changeset 91591 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Oct 6, 2021 2:44:45 PM (3 years ago)
Author:
vboxsync
Message:

VBoxStub: Extend manifest to enable DPI awareness, avoiding the blurry text most visible with 125% scaling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.manifest

    r37987 r91591  
    11<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
     2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
    33<assemblyIdentity
    44    version="1.0.0.0"
     
    2020    </dependentAssembly>
    2121</dependency>
     22<asmv3:application>
     23    <asmv3:windowsSettings>
     24        <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
     25        <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
     26    </asmv3:windowsSettings>
     27</asmv3:application>
    2228</assembly>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette