vi-eclipse / Eclipse-Platform

Umbrella repository for managing a backlog of features/issues related to the Eclipse Platform
2 stars 0 forks source link

Validate Layouting and Custom Values / Hints with HiDPI Settings #99

Open HeikoKlare opened 2 months ago

HeikoKlare commented 2 months ago

In SWT, custom values for prescribing or giving hints for sizes can be defined at multiple places. Examples are layouts (margins etc.) or widgets sizes (minimum/maximum etc.).

It shall be validated how these values are handled so far w.r.t. HiDPI situations (device zoom != 100) and whether that behavior is correct for the existing HiDPI support and for the once we add. In particular, the behavior should be consistent (i.e., either the value receiver or the value provider should always be responsible).