Jump to content
  • 0

Window Size GFX


Kidlion

Question

Hey, I am using Parallels after testing in bootcamp. Both give same issue. Cant change size, in the editor tabs are shrunk and not able to be seen. 

 

This is with max resolution settings. I am not quite sure how to fix this. 

 

ed5a59a36322e7c206bb21cc7475f91a.png

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
4 minutes ago, Kidlion said:

Hey, I am using Parallels after testing in bootcamp. Both give same issue. Cant change size, in the editor tabs are shrunk and not able to be seen. 

 

This is with max resolution settings. I am not quite sure how to fix this. 

 

ed5a59a36322e7c206bb21cc7475f91a.png

 

Try to enable the option of Parallels to open windows apps directly inside of MacOS, I've make this work with this option, Catalina 10.15.

Link to comment
Share on other sites

  • 0
5 minutes ago, EduKrowlley said:

 

Try to enable the option of Parallels to open windows apps directly inside of MacOS, I've make this work with this option, Catalina 10.15.

 

Unfortunately that didn't work either. 

 

Fullscreen also does not work, just makes it pinned to the corner. 

Link to comment
Share on other sites

  • 0
On 5/4/2020 at 11:42 AM, Kidlion said:

Hey, I am using Parallels after testing in bootcamp. Both give same issue. Cant change size, in the editor tabs are shrunk and not able to be seen. 

 

This is with max resolution settings. I am not quite sure how to fix this. 

 

ed5a59a36322e7c206bb21cc7475f91a.png

I experienced this problem this week with my MacBook Pro TouchBar with Catalina ...
I recommend climbing up Bootcamp and then follow these steps:

1)
Create a MANIFEST: programName.exe.manifest


with a content: 

 

<?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">False</dpiAware> 
    </windowsSettings> 
  </application> 
</assembly>

______________________________


2)
Regedit: (win key+R - > regedit)

Manage to
HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > SideBySide

 

Right Button -> New
Create a key DWORD 32bits
Name: PreferExternalManifest
Value: 1

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...