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
The flyout's width now tracks the toolbar's own border width (captured
whenever the annotation tools aren't shown, since that's the toolbar's
common/base width) instead of a fixed guess, applied to the FreezePanesView
content each time it opens.
The default FlyoutPresenter adds its own theme padding around content, so
matching the content Width alone still rendered a slightly wider popup than
the toolbar — zeroed via a FlyoutPresenter.noPad style class (FreezePanesView
already supplies its own Margin, so nothing is lost) so the flyout's width
now maps 1:1 to the toolbar's.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments