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
Fix hardwired constants in Console dims. and Color widget
Console: Define height relative to font size currently in use. This ensures it adopts the same height as other widgets in hiDPI screens
Console: Compute scroll Pane dimensions from font metrics. I.e., rather than using a hardwired dimension that does not scale well on HiDPI, use line/columns instead.
SwingColorWidget: Do not use harwired height.
0 commit comments