diff --git a/src/Calculator/Views/UnitConverter.xaml b/src/Calculator/Views/UnitConverter.xaml
index 7afc660d..6109fd32 100644
--- a/src/Calculator/Views/UnitConverter.xaml
+++ b/src/Calculator/Views/UnitConverter.xaml
@@ -487,6 +487,7 @@
+
+
-
+
diff --git a/src/Calculator/Views/UnitConverter.xaml.cpp b/src/Calculator/Views/UnitConverter.xaml.cpp
index a4889a55..de86f1e4 100644
--- a/src/Calculator/Views/UnitConverter.xaml.cpp
+++ b/src/Calculator/Views/UnitConverter.xaml.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
+// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// UnitConverter.xaml.cpp
@@ -66,11 +66,8 @@ UnitConverter::UnitConverter() :
if (preferRight)
{
// Currency symbol should appear on the right. Reverse the order of children.
- Grid::SetColumn(Value1, 0);
- Grid::SetColumn(CurrencySymbol1Block, 1);
-
- Grid::SetColumn(Value2, 0);
- Grid::SetColumn(CurrencySymbol2Block, 1);
+ Grid::SetColumn(CurrencySymbol1Block, 2);
+ Grid::SetColumn(CurrencySymbol2Block, 2);
}
auto userSettings = ref new UISettings();