Skip to content

Commit

Permalink
boost(center): Middle of the screen/center position for accessibility
Browse files Browse the repository at this point in the history
fix #1466
  • Loading branch information
Belphemur committed Apr 30, 2024
1 parent 812399c commit 9053231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoundSwitch/Framework/Banner/Position/APosition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ internal class APosition
public int PositionCenterH(Screen screen, int width) => (screen.Bounds.Width - width) / 2;
public int PositionCenterV(Screen screen, int height) => (screen.Bounds.Height - height) / 2;
}
}
}

0 comments on commit 9053231

Please sign in to comment.