TJvWizardPageHeader does not handle High-DPI scaling properly #177
Unanswered
adrienreboisson
asked this question in
Q&A
Replies: 2 comments
-
|
Can you confirm that using |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes, I just checked on my computer and it works. Should I do a pull request ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First sorry for posting here but I don't understand how to create an account on your mantis bugtracker.
I'm slowly starting to add high-DPI support for my applications. I noticed there is a bug for the
TJvWizardPageHeadercomponent, which is not scaled properly on runtime whendpiAwareis set totruein the app manifest.Inside the constructor, its height is set manually to a fixed amount of pixels :
I think
PPIScale()should be used here to fix the issue.Best regards,
Adrien
Beta Was this translation helpful? Give feedback.
All reactions