refactor(ui): normalize buttons/footer/padding in DiffModal
This commit is contained in:
@@ -49,9 +49,8 @@
|
|||||||
<ctl:ModalShell Title="DIFF" CloseCommand="{Binding CloseCommand}">
|
<ctl:ModalShell Title="DIFF" CloseCommand="{Binding CloseCommand}">
|
||||||
<ctl:ModalShell.Footer>
|
<ctl:ModalShell.Footer>
|
||||||
<StackPanel Orientation="Horizontal" Spacing="8"
|
<StackPanel Orientation="Horizontal" Spacing="8"
|
||||||
HorizontalAlignment="Right" VerticalAlignment="Center"
|
HorizontalAlignment="Right" VerticalAlignment="Center">
|
||||||
Margin="16,0">
|
<Button Classes="btn" Content="Merge…" Command="{Binding MergeCommand}"/>
|
||||||
<Button Content="Merge…" Command="{Binding MergeCommand}"/>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ctl:ModalShell.Footer>
|
</ctl:ModalShell.Footer>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user