From fa3641e664aed8c21f7839afda45018e55eed18a Mon Sep 17 00:00:00 2001 From: Paolo Ghibaudo Date: Fri, 28 Jun 2024 17:39:26 +0200 Subject: [PATCH] Update Repository.axaml --- src/Views/Repository.axaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Views/Repository.axaml b/src/Views/Repository.axaml index 4c84b95a..7bea647e 100644 --- a/src/Views/Repository.axaml +++ b/src/Views/Repository.axaml @@ -175,7 +175,7 @@ VerticalAlignment="Center" Background="{DynamicResource Brush.Badge}" IsVisible="{Binding WorkingCopyChangesCount, Converter={x:Static c:IntConverters.IsGreaterThanZero}}"> - + @@ -191,7 +191,7 @@ VerticalAlignment="Center" Background="{DynamicResource Brush.Badge}" IsVisible="{Binding StashesCount, Converter={x:Static c:IntConverters.IsGreaterThanZero}}"> - +