refactor(ui): normalize buttons/footer/padding in DiffModal

This commit is contained in:
mika kuns
2026-05-30 18:53:49 +02:00
parent 3585ad5ee2
commit cd64f287c3

View File

@@ -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>