Skip to content

Commit

Permalink
Normalize margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 12, 2024
1 parent 7b2e7e4 commit 17a71d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LightBulb/Views/Dialogs/MessageBoxView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<!-- Cancel -->
<Button
Margin="8,0,0,0"
Margin="16,0,0,0"
HorizontalAlignment="Stretch"
Command="{Binding CloseCommand}"
Content="{Binding CancelButtonText}"
Expand Down

0 comments on commit 17a71d9

Please sign in to comment.