Skip to content

Commit 03e4086

Browse files
committed
Cleanup
1 parent dc3255c commit 03e4086

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

sources/editor/Stride.GameStudio.Avalonia/Views/MainView.axaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,14 @@
8585
<MenuItem Header="Simulate a crash"
8686
Command="{Binding CrashCommand}"/>
8787
</MenuItem>
88-
<Button Width="32" Height="32"
89-
ToolTip.Tip="Start (F5)"
90-
Command="{Binding RunCurrentProjectCommand}" HotKey="F5">
91-
<Image Source="{StaticResource ImageStart}" Width="16" Height="16"/>
92-
</Button>
93-
</Menu>
94-
88+
<Button Width="32" Height="32"
89+
Command="{Binding RunCurrentProjectCommand}"
90+
HotKey="F5"
91+
ToolTip.Tip="{sd:LocalizeString Start (F5)}">
92+
<Image Source="{StaticResource ImageStart}" Width="16" Height="16"/>
93+
</Button>
94+
</Menu>
95+
9596
<Grid Grid.Row="1"
9697
RowDefinitions="2*, 2, *">
9798
<Grid Grid.Row="0"

0 commit comments

Comments
 (0)