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
Scale Tree.EXPLORER_EXTRA by zoom level instead of using fixed pixels
The Tree.EXPLORER_EXTRA constant specifies the additional spacing applied to
tree items when using the Explorer theme. Previously, this was defined as a
fixed pixel value, which caused the extra spacing to appear too small on
high-DPI monitors.
This change redefines EXPLORER_EXTRA in points and converts it to pixels based
on the current zoom level, ensuring consistent spacing in Explorer-themed trees
across different display scales.
0 commit comments