Skip to content

Commit 81a6c57

Browse files
committed
Further theming mods to work better with Krypton.
Removed defunct tester Form1
1 parent 00c5539 commit 81a6c57

File tree

13 files changed

+404
-721
lines changed

13 files changed

+404
-721
lines changed

Org.Edgerunner.Moo.Editor/WorldConfigurator.Designer.cs

Lines changed: 87 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Org.Edgerunner.Moo.Editor/WorldConfigurator.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
using System.Text;
99
using System.Threading.Tasks;
1010
using System.Windows.Forms;
11+
using Krypton.Toolkit;
1112
using Org.Edgerunner.Moo.Common.Encryption;
1213

1314
namespace Org.Edgerunner.Moo.Editor
1415
{
15-
public partial class WorldConfigurator : Form
16+
public partial class WorldConfigurator : KryptonForm
1617
{
1718
private WorldConfiguration _World;
1819

Org.Edgerunner.Moo.Editor/WorldManager.Designer.cs

Lines changed: 40 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Org.Edgerunner.Moo.Editor/WorldManager.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Org.Edgerunner.Moo.Common;
1+
using Krypton.Toolkit;
2+
using Org.Edgerunner.Moo.Common;
23
using System;
34
using System.Collections.Generic;
45
using System.ComponentModel;
@@ -11,7 +12,7 @@
1112

1213
namespace Org.Edgerunner.Moo.Editor
1314
{
14-
public partial class WorldManager : Form
15+
public partial class WorldManager : KryptonForm
1516
{
1617
public WorldManager()
1718
{

0 commit comments

Comments
 (0)