Hi,
In Xcode 26.2, editor tabs adapt their width to the number of pinned tabs:
In Xcode 26.3, editor tabs have a minimal width, after which the row of tabs becomes horizontally scrollable:
Notice how less tabs are visible at a time on Xcode 26.3 (second image). Yet, there is enough horizontal space to accommodate more, as shown on Xcode 26.2 (first image). This is a UX regression.
How can I revert back to 26.2 tab sizing behavior?
Thank you.