Skip to content

Commit

Permalink
Tested on windows. Same error occurs there. Possibly extension problem (
Browse files Browse the repository at this point in the history
  • Loading branch information
TcPirate1 committed May 10, 2024
1 parent e47b9ff commit 912598e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Views/AddPage.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<TextBox x:Name="CardNameTxtBox" Margin="0,0,0,10" Width="200"/>

<!-- Type -->
<TextBlock Text="Card Type" FontSize="12" Margin="0,10" HorizontalAlignment="Center"/>
<TextBlock Text="{Binding Card.Type}" FontSize="12" Margin="0,10" HorizontalAlignment="Center"/>
<TextBox x:Name="CardTypeTxtBox" Margin="0,0,0,10" Width="200"/>

<!-- Elements -->
<TextBlock Text="Card Element" FontSize="12" Margin="0,10" HorizontalAlignment="Center"/>
<TextBlock Text="{Binding Card.Elemment}" FontSize="12" Margin="0,10" HorizontalAlignment="Center"/>
<TextBox x:Name="CardElementsTxtBox" Margin="0,0,0,10" Width="200"/>

<!-- Effect -->
Expand Down

0 comments on commit 912598e

Please sign in to comment.