Android v1.0.7 / iOS v2.0.7

This commit is contained in:
2019-07-17 07:33:51 -05:00
parent 7b414e55a7
commit 4938a0a0b3
5 changed files with 20 additions and 12 deletions
@@ -74,14 +74,14 @@ namespace qController
leftLabel = new Label
{
Text = "0:",
Text = "1:",
VerticalTextAlignment = TextAlignment.Center,
HorizontalTextAlignment = TextAlignment.Center
};
rightLabel = new Label
{
Text = "1:",
Text = "2:",
VerticalTextAlignment = TextAlignment.Center,
HorizontalTextAlignment = TextAlignment.Center
};