diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-25 17:49:40 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-25 17:49:40 -0500 |
| commit | dc7533184a88271bfd2a3aae299532ec7632144d (patch) | |
| tree | 5ec80c52c6b500c543ee265a9936f75e42c5e569 /ShiftOS.Main/ShiftOS/Apps/TestForm.cs | |
| parent | 44d8d5c50749b70e93dd5ccf8718645d8c3d2fad (diff) | |
| download | shiftos-rewind-dc7533184a88271bfd2a3aae299532ec7632144d.tar.gz shiftos-rewind-dc7533184a88271bfd2a3aae299532ec7632144d.tar.bz2 shiftos-rewind-dc7533184a88271bfd2a3aae299532ec7632144d.zip | |
Added titlebar button hughlighting / pushing
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/TestForm.cs')
| -rw-r--r-- | ShiftOS.Main/ShiftOS/Apps/TestForm.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/TestForm.cs b/ShiftOS.Main/ShiftOS/Apps/TestForm.cs index c8cd086..e2b5bf7 100644 --- a/ShiftOS.Main/ShiftOS/Apps/TestForm.cs +++ b/ShiftOS.Main/ShiftOS/Apps/TestForm.cs @@ -24,7 +24,6 @@ namespace ShiftOS.Main private void button2_Click(object sender, EventArgs e) { - shiftWM.Init(new Shifter(), "Shifter", Properties.Resources.iconShifter); - } + shiftWM.Init(new Shifter(), "Shifter", Properties.Resources.iconShifter); } } } |
