Skip to content

Commit

Permalink
Reorder "save" and "discard changes" buttons in the SUI (#13237)
Browse files Browse the repository at this point in the history
"Save" is now the first button, "Discard changes" is now the second button

## PR Checklist
* [x] Closes #13174
  • Loading branch information
PankajBhojwani authored Jun 7, 2022
1 parent d76c70c commit f4c4efc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cascadia/TerminalSettingsEditor/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@
HorizontalAlignment="Right"
VerticalAlignment="Center"
Orientation="Horizontal">
<Button x:Name="ResetButton"
x:Uid="Settings_ResetSettingsButton"
Click="ResetButton_Click" />
<Button x:Name="SaveButton"
x:Uid="Settings_SaveSettingsButton"
Margin="10,0,0,0"
Click="SaveButton_Click"
Style="{StaticResource AccentButtonStyle}" />
<Button x:Name="ResetButton"
x:Uid="Settings_ResetSettingsButton"
Margin="10,0,0,0"
Click="ResetButton_Click" />
</StackPanel>
</Grid>
</Grid>
Expand Down

0 comments on commit f4c4efc

Please sign in to comment.