diff options
| author | Michael <[email protected]> | 2017-03-11 09:54:44 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-11 09:54:44 -0500 |
| commit | dad61e325cfcd1ce12ae6f29d3778d1c919c6ab3 (patch) | |
| tree | 64a75a52448e197c5bef4bdf0a0387be9be9a32d /ShiftOS.WinForms/Applications | |
| parent | 49812bf46cb153af6bab8e2a095024da84fcc149 (diff) | |
| download | shiftos_thereturn-dad61e325cfcd1ce12ae6f29d3778d1c919c6ab3.tar.gz shiftos_thereturn-dad61e325cfcd1ce12ae6f29d3778d1c919c6ab3.tar.bz2 shiftos_thereturn-dad61e325cfcd1ce12ae6f29d3778d1c919c6ab3.zip | |
fix the hacker101 story some more
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/TutorialBox.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/TutorialBox.cs b/ShiftOS.WinForms/Applications/TutorialBox.cs index 25921e1..3c74443 100644 --- a/ShiftOS.WinForms/Applications/TutorialBox.cs +++ b/ShiftOS.WinForms/Applications/TutorialBox.cs @@ -21,6 +21,8 @@ namespace ShiftOS.WinForms.Applications InitializeComponent(); IsComplete = false; lbltuttext.Text = ""; + lbltuttext.Padding = new Padding(15); + lbltuttext.Margin = lbltuttext.Padding; } bool stillTyping = false; @@ -47,6 +49,7 @@ namespace ShiftOS.WinForms.Applications })); Thread.Sleep(75); } + Thread.Sleep(5000); stillTyping = false; }).Start(); } |
