Skip to content

Commit

Permalink
Allow the ability to resize the Razor window
Browse files Browse the repository at this point in the history
  • Loading branch information
markdwags committed Aug 26, 2022
1 parent 41a45f7 commit c5ca92e
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 46 deletions.
4 changes: 2 additions & 2 deletions Razor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.7.4.0")]
[assembly: AssemblyFileVersion("1.7.4.0")]
[assembly: AssemblyVersion("1.7.5.0")]
[assembly: AssemblyFileVersion("1.7.5.0")]
[assembly: AssemblyInformationalVersion("1.7.4.0")]

//
Expand Down
3 changes: 3 additions & 0 deletions Razor/UI/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ public void MakeDefault()
AddProperty("FilterWyrmGraphics", false);
AddProperty("WyrmGraphic", 0);

AddProperty("WindowSizeX", 546);
AddProperty("WindowSizeY", 411);

Counter.Default();
Filter.DisableAll();
DressList.ClearAll();
Expand Down
Loading

0 comments on commit c5ca92e

Please sign in to comment.