diff --git a/src/Calculator/Views/UnitConverter.xaml b/src/Calculator/Views/UnitConverter.xaml index a8325a64..bf0151c0 100644 --- a/src/Calculator/Views/UnitConverter.xaml +++ b/src/Calculator/Views/UnitConverter.xaml @@ -428,11 +428,7 @@ - - - - - + @@ -622,8 +618,10 @@ x:Uid="RefreshButtonText" Foreground="{ThemeResource SystemControlHyperlinkBaseHighBrush}" Click="CurrencyRefreshButton_Click"/> - + Name, false); CurrencySecondaryStatus->Text = m_chargesMayApplyText; + VisualStateManager::GoToState(this, ChargesMayApplyCurrencyStatus->Name, false); } void UnitConverter::SetFailedToRefreshStatus() { - VisualStateManager::GoToState(this, FailedCurrencyStatus->Name, false); CurrencySecondaryStatus->Text = m_failedToRefreshText; + VisualStateManager::GoToState(this, FailedCurrencyStatus->Name, false); } void UnitConverter::InitializeOfflineStatusTextBlock()