From 39a49c42638036141019875be2e08bd356c82c8d Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 25 Aug 2025 14:39:11 +0800 Subject: [PATCH] ux: use `WrapPanel` instead of `VirtualizingStackPanel` for history filters (#1712) Signed-off-by: leo --- src/Views/Repository.axaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Views/Repository.axaml b/src/Views/Repository.axaml index 07567752..8046aceb 100644 --- a/src/Views/Repository.axaml +++ b/src/Views/Repository.axaml @@ -777,7 +777,7 @@ - + - + - + @@ -804,7 +804,8 @@ Margin="0,0,6,0" CornerRadius="12" BorderThickness="1" - BorderBrush="{Binding Mode, Converter={x:Static c:FilterModeConverters.ToBorderBrush}}"> + BorderBrush="{Binding Mode, Converter={x:Static c:FilterModeConverters.ToBorderBrush}}" + VerticalAlignment="Center">