1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00
osu-lazer/osu.Game/Screens/Menu
Bartłomiej Dach 50bd0897f6
Fix main menu button backgrounds not covering their entire width sometimes
I thought I had fixed this already once but it still looks broken.
Basically when hovering over main menu buttons every now and then it
will look like their backgrounds are not covering their entire width
when they expand.

The removed X position set looks wrong to me when inspecting the draw
visualiser with the element because the element looks to be off centre
horizontally, and removing it fixes that.
2024-05-30 10:38:22 +02:00
..
ButtonArea.cs Update R# + fix inspections 2024-02-02 21:00:28 +09:00
ButtonSystem.cs Fix formatting 2024-05-17 11:50:23 +02:00
ConfirmDiscardChangesDialog.cs Partial everything 2022-11-27 00:00:27 +09:00
ConfirmExitDialog.cs Use more understandable cancel button text 2023-06-25 21:25:16 +09:00
DailyChallengeButton.cs Make gradient layer a bit more dynamic 2024-05-23 17:39:59 +08:00
FlowContainerWithOrigin.cs Partial everything 2022-11-27 00:00:27 +09:00
HoldToExitGameOverlay.cs Merge branch 'master' into no-confirmation-on-update-restart 2023-06-25 13:35:21 +02:00
IntroCircles.cs Partial everything 2022-11-27 00:00:27 +09:00
IntroScreen.cs Use override that was intended to steer global track control rather than local sets 2024-01-08 12:54:16 +01:00
IntroSequence.cs Partial everything 2022-11-27 00:00:27 +09:00
IntroTriangles.cs Update in line with framed clock changes 2023-09-22 22:02:18 +09:00
IntroWelcome.cs Update a few more instances of 0.96f scale constants 2023-05-03 18:20:12 +09:00
KiaiMenuFountains.cs Fix star fountain directions not matching stable 2023-08-21 17:59:24 +09:00
LogoVisualisation.cs Remove unused using directives 2024-03-06 07:57:59 +01:00
MainMenu.cs Add button to access daily challenge playlist from main menu 2024-05-17 11:15:52 +02:00
MainMenuButton.cs Fix main menu button backgrounds not covering their entire width sometimes 2024-05-30 10:38:22 +02:00
MenuLogoVisualisation.cs Partial everything 2022-11-27 00:00:27 +09:00
MenuSideFlashes.cs Partial everything 2022-11-27 00:00:27 +09:00
MenuTip.cs Update MenuTip.cs 2023-12-29 22:24:16 +09:00
OnlineMenuBanner.cs Randomise which menu content is shown on arriving at the menu 2024-05-07 17:02:25 +08:00
OsuLogo.cs Apply alternative solution 2024-01-29 20:07:27 +01:00
SongTicker.cs Automated pass 2023-06-24 01:00:03 +09:00
StarFountain.cs Fix star fountains sometimes resetting visually 2024-01-22 18:01:21 +09:00
StorageErrorDialog.cs localise storage error popup dialog 2024-02-02 15:32:55 +03:00
SupporterDisplay.cs Don't dismiss on hover, and allow dismissing via click 2023-12-28 17:20:01 +09:00