Skip to content

Commit

Permalink
fix a error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr.Abc committed Aug 5, 2024
1 parent 317e8db commit b5adf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPRView.Net/Window/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<StackPanel Grid.Column="1" IsVisible="{CompiledBinding CanShowSideBar}">
<StackPanel IsVisible="{CompiledBinding CanShowInfo}">
<Label Content="{CompiledBinding Lang.SpriteInfo}"/>
<Grid RowDefinitions="*,*,*,*" ColumnDefinitions="*,*,*,*">
<Grid RowDefinitions="*,*,*,*,*" ColumnDefinitions="*,*,*,*">
<TextBlock Text="{CompiledBinding Lang.SpriteInfo_Frames}" Grid.Row="0" Grid.Column="0" />
<TextBlock Text="{CompiledBinding Frame}" Grid.Row="0" Grid.Column="1" />
<TextBlock Text="{CompiledBinding Lang.SpriteInfo_Format}" Grid.Row="0" Grid.Column="2" />
Expand Down

0 comments on commit b5adf39

Please sign in to comment.