Skip to content

Commit 9053231

Browse files
authored
boost(center): Middle of the screen/center position for accessibility
fix #1466
1 parent 812399c commit 9053231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoundSwitch/Framework/Banner/Position/APosition.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ internal class APosition
2525
public int PositionCenterH(Screen screen, int width) => (screen.Bounds.Width - width) / 2;
2626
public int PositionCenterV(Screen screen, int height) => (screen.Bounds.Height - height) / 2;
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)