1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-09 09:35:15 +09:00

Update packages

This commit is contained in:
StanR 2024-01-23 17:00:07 +06:00
parent 7e970043d7
commit 2fc3bbbc54
6 changed files with 12 additions and 14 deletions

View file

@ -12,7 +12,6 @@ namespace PerformanceCalculatorGUI.Components
{
public ScreenSelectionButton(string title, IconUsage? icon = null, GlobalAction? hotkey = null)
{
Width = PerformanceCalculatorSceneManager.CONTROL_AREA_HEIGHT;
Hotkey = hotkey;
TooltipMain = title;

View file

@ -19,7 +19,6 @@ namespace PerformanceCalculatorGUI.Components
public SettingsButton()
{
Width = PerformanceCalculatorSceneManager.CONTROL_AREA_HEIGHT;
Hotkey = GlobalAction.ToggleSettings;
TooltipMain = "Settings";