You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the testing, I have found example to be bit weird in scaling with or without HiDpi changes. In the ._102_Configuration.AutomaticRowHeightExample the image remains the same size i.e. 16px while the text and the column height is being adjusted a/c to zoom level of the current monitor. That is because of wrong implementation with GUIHelper.convertHorizontalPixelToDpi(16); which is a part of NatTable repository. Not investigating further as this is not part of HiDpi in SWT and not introduced by enabling the HiDpi feature.
Investige and adapt the NatTable (https://github.com/eclipse-nattable/nattable) in the context of HighDPI change #32, #33 and #34
The text was updated successfully, but these errors were encountered: