mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-06-02 21:45:13 -05:00
"Best Match" button still clipping
This commit is contained in:
parent
a57ce5cf42
commit
6b845cc9de
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user