From 38ee7843273735fbae78f17e2bad9bbdf76b2525 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Lakkimsetti Date: Thu, 7 Jun 2018 12:27:19 +0530 Subject: Bug 535123 - [HiDPI][GTK3] Black bands visible in Eclipse UI on x2 display Change-Id: Ibf5a96ea31c762a98f7504ebf70687192b9efe21 Signed-off-by: Sravan Kumar Lakkimsetti --- development/readme_eclipse_4.8.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/development/readme_eclipse_4.8.html b/development/readme_eclipse_4.8.html index 818691e0e4d..c0af2ac0794 100644 --- a/development/readme_eclipse_4.8.html +++ b/development/readme_eclipse_4.8.html @@ -104,6 +104,7 @@ after the release.
  • Platform - SWT
      +
    1. Black bands may appear in the toolbar widget in light and dark themes
    2. Non-uniform scaling of text vs. icons when using intermediate scaling factors on high-DPI displays
    3. Eclipse plug-in based on the SWT Browser throws exception
    4. Eclipse icon is duplicated in task-bar on Windows
    5. @@ -782,12 +783,22 @@ after the release.

      Black bands may appear in the toolbar widget in light and dark themes on GTK3 +

      +

      + Black bands may appear in the toolbar widget in light and dark themes on GTK3 with X11 backend when the scale factor is set 2 or above. The workaround is to use Classic theme or the High contrast theme in Eclipse. +

      +

      + Non-uniform scaling of text vs. icons when using intermediate scaling factors on high-DPI displays

      Eclipse automatically scales images on high-DPI monitors based on the resolution of the monitor. However, this scaling works only with integer scaling factors like 100%, 200% etc by default. So, at intermediate scaling factors like 150%, 175% etc., its likely that the icons and text are scaled differently as the text scaling is handled directly by the operating system. -- cgit v1.2.3