Skip to content

Commit

Permalink
fix? (broke since ppy/osu#26530)
Browse files Browse the repository at this point in the history
  • Loading branch information
dani211e committed Jan 18, 2024
1 parent 7e97004 commit 30ef94b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public partial class ScreenSelectionButton : ToolbarButton
{
public ScreenSelectionButton(string title, IconUsage? icon = null, GlobalAction? hotkey = null)
{
Width = PerformanceCalculatorSceneManager.CONTROL_AREA_HEIGHT;
Hotkey = hotkey;
TooltipMain = title;

Expand Down
1 change: 0 additions & 1 deletion PerformanceCalculatorGUI/Components/SettingsButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public partial class SettingsButton : ToolbarButton, IHasPopover

public SettingsButton()
{
Width = PerformanceCalculatorSceneManager.CONTROL_AREA_HEIGHT;
Hotkey = GlobalAction.ToggleSettings;
TooltipMain = "Settings";

Expand Down

0 comments on commit 30ef94b

Please sign in to comment.