Skip to content

Commit

Permalink
Update ProfileSelectWindow.axaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shoushou1106 authored Aug 28, 2023
1 parent 572377e commit 12cdc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrostyEditor/Views/Windows/ProfileSelectWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Grid Grid.Row="1">
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
<Button Content="{StaticResource ID_PROFILE_ADD}" Command="{Binding AddProfileCommand}"/>
<Button Content="{StaticResource ID_PROFILE_DELETE}" Command="{Binding DeleteProfileCommand}"/>
<Button Content="{StaticResource ID_PROFILE_DELETE}" Command="{Binding DeleteProfileCommand}"/>
<Button Content="{StaticResource ID_PROFILE_SELECT}" Command="{Binding SelectProfileCommand}"/>
</StackPanel>
<Button Content="{StaticResource ID_PROFILE_CANCEL}" Command="{Binding CancelCommand}"/>
Expand Down

0 comments on commit 12cdc27

Please sign in to comment.