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.SORT_WIDTH by zoom level instead of using fixed pixels
The Tree.SORT_WIDTH constant specifies the extra width added to a column
when a sort column is set (`setSortColumn`). This reserves space for the
sort indicator. Previously, it was defined as a fixed pixel.
0 commit comments