From 2fa43def8fd44f4ddef3715c0c813555d6013683 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Thu, 23 Apr 2020 22:05:27 +0300 Subject: [PATCH] display time the proper way (with leading zeros) --- Pomotimer/MainPage.xaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'}" />