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
Derive the list-view chrome budget instead of guessing it
listHeight() used a flat constant for the rows above and below the
pick-list, re-guessed by hand whenever a row was added or removed.
Compute it from the same building blocks the tree is made of instead:
the seven always-visible single-line rows, root and listBox padding,
the summary box's per-step rows, and the telemetry notice when shown.
0 commit comments