Bug 573551 - TitleAreaDialog image does not scale with font zoom
Summary: TitleAreaDialog image does not scale with font zoom
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.19   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-15 04:15 EDT by Frank Benoit CLA
Modified: 2021-05-15 04:36 EDT (History)
0 users

See Also:


Attachments
Eclipse import wizard (28.13 KB, image/png)
2021-05-15 04:15 EDT, Frank Benoit CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Benoit CLA 2021-05-15 04:15:03 EDT
Created attachment 286391 [details]
Eclipse import wizard

In Windows 10, with a text scaling of 125%, the title area of the dialog seems to have increased height and the image is showing a gap to the separator.

I guess, to fix this, it might be useful to have the image zoomable to the right height?
Comment 1 Frank Benoit CLA 2021-05-15 04:36:09 EDT
Start Eclipse or the RCP with "-vmargs -Dswt.autoScale=exact" seems to make it fit again.

With my system at 125%:
-Dswt.autoScale=exact -> Good
-Dswt.autoScale=125 -> Good
-Dswt.autoScale=false -> Bad

However, this influences the whole application.

Perhaps it makes sense to have this selection for the TitleAreaDialog image only, as an API in the TitleAreaDialog?