mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 06:27:24 +09:00
When logging in or out the size of the login button would not correctly update, resulting in a messed-up flow of toolbar buttons. This branch fixes the problem by avoiding an invalidation-chain-breaking override of Size. Instead, the loginOverlay bypasses auto sizing by using a new framework feature.