diff options
| author | Michael <[email protected]> | 2017-04-23 18:22:16 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-23 18:22:16 -0400 |
| commit | ba157cdeddef2a856600bb6e12aef9496974a213 (patch) | |
| tree | 2adb28edc1e63a54e9591465a94de378546ab11e /ShiftOS.WinForms/Applications | |
| parent | bc66ccccd77627d78f57bc8cfdaa851c9bbd1623 (diff) | |
| download | shiftos_thereturn-ba157cdeddef2a856600bb6e12aef9496974a213.tar.gz shiftos_thereturn-ba157cdeddef2a856600bb6e12aef9496974a213.tar.bz2 shiftos_thereturn-ba157cdeddef2a856600bb6e12aef9496974a213.zip | |
Finish Appscape.
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/FormatEditor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/FormatEditor.cs b/ShiftOS.WinForms/Applications/FormatEditor.cs index db52d85..6c84661 100644 --- a/ShiftOS.WinForms/Applications/FormatEditor.cs +++ b/ShiftOS.WinForms/Applications/FormatEditor.cs @@ -36,7 +36,7 @@ using ShiftOS.Engine; namespace ShiftOS.WinForms.Applications { [MultiplayerOnly] [Launcher("Format Editor", true, "al_format_editor", "Customization")] - [AppscapeEntry("Format Editor", "Edit the syntax of your Terminal to be however you like.", 750, "file_skimmer", "Customization")] + [AppscapeEntry("Format Editor", "Edit the syntax of your Terminal to be however you like.", 740, 750, "file_skimmer", "Customization")] [WinOpen("formateditor")] [DefaultTitle("Format Editor")] [DefaultIcon("iconFormatEditor")] |
