We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812399c commit 9053231Copy full SHA for 9053231
SoundSwitch/Framework/Banner/Position/APosition.cs
@@ -25,4 +25,4 @@ internal class APosition
25
public int PositionCenterH(Screen screen, int width) => (screen.Bounds.Width - width) / 2;
26
public int PositionCenterV(Screen screen, int height) => (screen.Bounds.Height - height) / 2;
27
}
28
-}
+}
0 commit comments