Some dialogs incorrectly sized

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: Some dialogs incorrectly sized

Post by jclausius » Fri May 05, 2017 8:17 am

What font scaling are you using in your setup?
Jeff Clausius
SourceGear

ajj3085
Posts: 228
Joined: Thu Feb 16, 2006 11:39 am

Re: Some dialogs incorrectly sized

Post by ajj3085 » Fri May 05, 2017 10:03 am

jclausius wrote:What font scaling are you using in your setup?
200%, which is the default/recommended setting.

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: Some dialogs incorrectly sized

Post by jclausius » Fri May 05, 2017 10:39 am

If it is 200% font scaling, this experimental Vault version should be using the 32x32 icons. Trying to figure out a way to verify if that is what you're seeing.
Jeff Clausius
SourceGear

ajj3085
Posts: 228
Joined: Thu Feb 16, 2006 11:39 am

Re: Some dialogs incorrectly sized

Post by ajj3085 » Fri May 05, 2017 5:35 pm

jclausius wrote:If it is 200% font scaling, this experimental Vault version should be using the 32x32 icons. Trying to figure out a way to verify if that is what you're seeing.
I got an email about build 10.0.0.755. The icons now look good, thanks! The only thing still off on the checkin dialog is the checkboxes next to the files in the tree view. You can actually see that in my last screen shot. Also the file type icon next to the checkbox is small also, so its hard to tell what its supposed to be, but these are less important than the icon buttons (as i usually go down the list doing one last show diffs for each file).

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: Some dialogs incorrectly sized

Post by jclausius » Mon May 08, 2017 8:24 am

Glad that experimental build solves some of the UI issues you encountered.

Unfortunately, the checkboxes and +/- expansion boxes are a part of that third party control, and the system type icon will require a change in the Win32 API for getting larger sized icons. The timetable for resolving these issues will be slower than fixing the toolbar imaging.
Jeff Clausius
SourceGear

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Some dialogs incorrectly sized

Post by Beth » Wed Mar 14, 2018 10:37 am

I wanted to add some additional information a customer provided. The results are small, but may help some users.
Modifying the registry will allow VaultGUIClient.exe to run in non dpi aware mode.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\VaultGUIClient.exe]
"dpiAwareness"=dword:00000000

Removing the entry or Setting dword:00000001 enables DPI aware which apparently is the default.

Dpi aware default for MS Visual studio can also be disabled using the same technique above.
See this https://code4ward.net/2016/11/29/visual ... n-highdpi/
Beth Kieler
SourceGear Technical Support

Post Reply