Name updates

This commit is contained in:
NinjaPug
2025-04-04 19:35:42 -04:00
parent e98126e52e
commit cc06361115
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<Compile Update="MainForm.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>

2
MainForm.Designer.cs generated
View File

@@ -182,7 +182,7 @@ namespace FontGlyphExporter
this.Controls.Add(this.lblCounter);
this.Controls.Add(this.iconFlowPanel);
this.Name = "MainForm";
this.Text = "Font Awesome Icon Exporter";
this.Text = "Font Glyph Exporter";
this.pnlSizes.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 20 KiB