Skip to content

Commit

Permalink
Fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ichthus1604 committed May 9, 2024
1 parent 9a192cc commit 6ff984b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi.Fluent/Controls/ContentArea.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ProgressRing Name="LoadingRing" IsIndeterminate="True" IsVisible="{TemplateBinding IsBusy}" />
<DockPanel Name="MainDockPanel" IsVisible="{Binding !#LoadingRing.IsVisible}">

<DockPanel DockPanel.Dock="Bottom" x:Name="PART_ButtonArea" Margin="0 0 0 10">
<DockPanel DockPanel.Dock="Bottom" x:Name="PART_ButtonArea" Margin="31 0 31 10">
<Button Name="PART_CancelButton"
Classes="invisible"
IsVisible="{TemplateBinding EnableCancel}"
Expand Down

0 comments on commit 6ff984b

Please sign in to comment.