From 410a875851fd6ac60ad7ac08d83d7cd68d7cf8e6 Mon Sep 17 00:00:00 2001 From: KatterMaw Date: Sun, 1 Oct 2023 01:56:42 +0500 Subject: [PATCH] Replace completion percentage TextBlock with ProgressBar ShowProgressText and ProgressTextFormat --- SightKeeper.Avalonia/Views/Tabs/TrainingTab.axaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SightKeeper.Avalonia/Views/Tabs/TrainingTab.axaml b/SightKeeper.Avalonia/Views/Tabs/TrainingTab.axaml index 7b78637a..95ffc69b 100644 --- a/SightKeeper.Avalonia/Views/Tabs/TrainingTab.axaml +++ b/SightKeeper.Avalonia/Views/Tabs/TrainingTab.axaml @@ -59,9 +59,9 @@ - - + IsIndeterminate="{Binding !Completion^}" + ShowProgressText="{Binding !!Completion^}" + ProgressTextFormat="{}{0:P}"/>