Myeclipse8.5工具栏图标很小

问题遇到的现象和发生背景

Myeclipse 8.5版本 windows11运行时 应该是由于高分屏无法适配导致工具栏很小 字体也很小 调整过后重新打开一次就又初始化了

用代码块功能插入代码,请勿粘贴截图
我的解答思路和尝试过的方法

把下面的XML内容保存为eclipse.exe.manifest放到eclipse.exe同目录下:

(如果是MyEclipse,文件名则为myeclipse.exe.manifest,以此类推,前一部分与IDE的执行文件名一致)



<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0"> 
  <description>eclipsedescription> 
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> 
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3" level="asInvoker" ms_asmv3:uiAccess="false"> requestedExecutionLevel>
      requestedPrivileges>
    security>
  trustInfo> 
  <asmv3:application>
    <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> 
      <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">falsems_windowsSettings:dpiAware>
    asmv3:windowsSettings>
  asmv3:application>
assembly>


这样图标确实大了不少 但是字体模糊了很多 无法适应

我想要达到的结果

正常效果