Fix invalid XAML markup cases

Rider EAP is highlighting these now
This commit is contained in:
Pieter-Jan Briers
2022-06-02 21:50:22 +02:00
parent c75b3ce8a9
commit 0681bb1e00
7 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
MinSize="50 50">
<GridContainer Columns="3">
<Button Name="SpawnEntitiesButton" Text="{Loc 'sandbox-window-spawn-entities-button'}" />
<Button Name="SpawnTilesButton" Text="{Loc 'sandbox-window-spawn-tiles-button'} " />
<Button Name="SpawnTilesButton" Text="{Loc 'sandbox-window-spawn-tiles-button'}" />
<Button Name="SpawnDecalsButton" Text="{Loc 'sandbox-window-spawn-decals-button'}" />
<Button Name="LoadGamePrototypeButton" Text="{Loc 'load-game-prototype'}"/>
<cc:CommandButton Command="deleteewc Singularity" Name="DeleteSingulos" Text="{Loc 'delete-singularities'}"/>