Skip to content

Commit

Permalink
Update about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Sep 3, 2023
1 parent 35cb2e4 commit a31501f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/NxEditor/Models/Menus/ShellViewMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,17 @@ public static async Task About()
Children = {
new TextBlock {
Text = "Nintendo Extended Editor (NX-Editor)",
FontWeight = Avalonia.Media.FontWeight.Bold
FontWeight = Avalonia.Media.FontWeight.Bold,
FontSize = 18
},
new TextBlock {
Text = """
A general editor for editing first-party
Nintendo formats. Primary aimed at support
A general purpose file editor for first-party
Nintendo formats. Primarily aimed at support
for Tears of the Kingdom files and more
modern Nintendo Switch files.

© 2023 Arch Leaders, AGPL-3.0
"""
},
new Button {
Expand Down

0 comments on commit a31501f

Please sign in to comment.