diff --git a/Pomotimer/MainPage.xaml b/Pomotimer/MainPage.xaml index d1cc6f2..c0bcee8 100644 --- a/Pomotimer/MainPage.xaml +++ b/Pomotimer/MainPage.xaml @@ -12,6 +12,7 @@ + + Text="{x:Bind runningState.MinutesLeft, Converter={StaticResource FormatStringConverter}, Mode=OneWay, ConverterParameter='00'}" /> + Text="{x:Bind runningState.SecondsLeft, Converter={StaticResource FormatStringConverter}, Mode=OneWay, ConverterParameter='00'}" />