From 4938a0a0b33934573dc88ba3f3d2ce45b19967ce Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 17 Jul 2019 07:33:51 -0500 Subject: [PATCH] Android v1.0.7 / iOS v2.0.7 --- Droid/Properties/AndroidManifest.xml | 2 +- .../Classes/Cell/QLevelsCell.cs | 4 ++-- qController.Standard/Pages/ControlPage.xaml | 4 ++-- .../Pages/ControlPage.xaml.cs | 20 +++++++++++++------ .../Pages/qConnectionPage.xaml.cs | 2 +- 5 files changed, 20 insertions(+), 12 deletions(-) diff --git a/Droid/Properties/AndroidManifest.xml b/Droid/Properties/AndroidManifest.xml index c483e0c..a8f7809 100644 --- a/Droid/Properties/AndroidManifest.xml +++ b/Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/qController.Standard/Classes/Cell/QLevelsCell.cs b/qController.Standard/Classes/Cell/QLevelsCell.cs index 26d906d..07da1a2 100644 --- a/qController.Standard/Classes/Cell/QLevelsCell.cs +++ b/qController.Standard/Classes/Cell/QLevelsCell.cs @@ -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 }; diff --git a/qController.Standard/Pages/ControlPage.xaml b/qController.Standard/Pages/ControlPage.xaml index 1b04f29..625a8fd 100644 --- a/qController.Standard/Pages/ControlPage.xaml +++ b/qController.Standard/Pages/ControlPage.xaml @@ -8,10 +8,10 @@ - +