"Best Match" button still clipping

This commit is contained in:
haven1433 2022-09-21 20:16:47 -05:00
parent a57ce5cf42
commit 6b845cc9de

View File

@ -705,8 +705,10 @@
</TextBlock.Style>
</TextBlock>
</Grid>
<hsg3hv:AngleButton Content="Best Match" VerticalAlignment="Stretch" Padding="4,0" Direction="Right"
Command="{Binding GotoViewModel.Goto}" Background="{DynamicResource Accent}" />
<hsg3hv:AngleButton VerticalAlignment="Stretch" Padding="2,0" Direction="Right"
Command="{Binding GotoViewModel.Goto}" Background="{DynamicResource Accent}" HorizontalContentAlignment="Center">
<TextBlock Text="Best Match" MinWidth="60" />
</hsg3hv:AngleButton>
</StackPanel>
<ItemsControl MinHeight="100" ItemsSource="{Binding GotoViewModel.PrefixSelections}">
<ItemsControl.ItemTemplate>