diff options
| author | Jeff Carr <[email protected]> | 2019-06-17 10:28:40 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-17 10:28:40 -0700 |
| commit | 40252b179d65028ff96b52c22401e69cecb4004b (patch) | |
| tree | 8be78cf805b1aba3fe0c3f3e2f313fda0dff4278 /window.go | |
| parent | 1f97a3cfa156255ece44878e15ef1750e663a384 (diff) | |
shorten times
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ func StartNewWindow(bg bool, name string, axis int, callback func(*GuiBox) *GuiB runWindow(window.UiWindow) }) - time.Sleep(2000 * time.Millisecond) // this might make it more stable on windows? + time.Sleep(500 * time.Millisecond) // this might make it more stable on windows? } else { log.Println("StartNewWindow() WAITING for ui.Main()") ui.Main(func() { |
