Bug 573551

Summary: TitleAreaDialog image does not scale with font zoom
Product: [Eclipse Project] Platform Reporter: Frank Benoit <frank.rene.benoit>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.19   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
Eclipse import wizard none

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?