Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font Size Issue with non-standard font size settings in Windows 10 #504

Closed
NumbGnat opened this issue May 10, 2018 · 3 comments
Closed

Font Size Issue with non-standard font size settings in Windows 10 #504

NumbGnat opened this issue May 10, 2018 · 3 comments
Assignees
Labels
bug Bug reports.

Comments

@NumbGnat
Copy link

The font in the list of "more options" does not scale well with the other fonts on that dialog. I am using 150% scaling in my display properties.

image

@arsenetar
Copy link
Owner

This is an issue with how the dialog is setup. Looks like it might be caused partially by
https://github.com/hsoft/dupeguru/blob/30b6e5c68d379b4aa9b037cec2593afe16d806e8/qt/se/preferences_dialog.py#L28
https://github.com/hsoft/dupeguru/blob/30b6e5c68d379b4aa9b037cec2593afe16d806e8/qt/se/preferences_dialog.py#L44

There is some additional dialog sizing which might have to be updated to completely fix this as well.

@arsenetar
Copy link
Owner

Just wondering do you see this on any of the other dialogs?

@arsenetar arsenetar added the bug Bug reports. label May 22, 2018
@NumbGnat
Copy link
Author

It appears that it only happens on the standard mode options. The music and picture dialogs appear properly. Are Music and Pictures newer development? Perhaps the Standard dialog is just older and not coded or laid to handle more modern display and font sizing mechanisms.

As a software architect/developer myself, I would probably just duplicate the Music dialog and simply modify it to apply to Standard settings. That would eliminate a ton of debugging time. ;)

STANDARD SETTINGS
image

MUSIC SETTINGS
image

PICTURE SETTINGS
image

@arsenetar arsenetar added this to the 4.0.4 milestone Oct 2, 2018
@arsenetar arsenetar self-assigned this Oct 2, 2018
arsenetar added a commit that referenced this issue Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports.
Projects
None yet
Development

No branches or pull requests

2 participants