osu/osu.Game/Overlays/Toolbar
Thomas Müller ba38a27274 Fix incorrect sizing of login button.
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.
2017-02-05 15:17:54 +01:00
..
Toolbar.cs Make LoginOverlay mask better. 2017-01-31 16:59:38 +09:00
ToolbarButton.cs Fix toolbar sizing hackiness. 2017-02-04 22:27:05 +09:00
ToolbarHomeButton.cs
ToolbarModeButton.cs
ToolbarModeSelector.cs
ToolbarMusicButton.cs
ToolbarOverlayToggleButton.cs
ToolbarSettingsButton.cs
ToolbarUserArea.cs Fix incorrect sizing of login button. 2017-02-05 15:17:54 +01:00
ToolbarUserButton.cs Make LoginOverlay mask better. 2017-01-31 16:59:38 +09:00