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
Need to align pane boundaries to pixel boundaries browsers do a good job of this except on high DPI displays. We need to round splitRatio * width to an integer in such a way that we leave no gaps on the right.
Need to align pane boundaries to pixel boundaries browsers do a good job of this except on high DPI displays. We need to round
splitRatio * widthto an integer in such a way that we leave no gaps on the right.