Skip to content

Commit

Permalink
Updating window example
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiAgarwal committed Jan 10, 2015
1 parent 2a8b0fc commit 25b9b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/window.go → examples/basic-window.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func gui() {
playButton,
rightButton)

w := ui.NewWindow("Spotify Client", 100, 25, stack)
w := ui.NewWindow("Spotify Client", 90, 25, stack)
w.OnClosing(func() bool {
ui.Stop()
return true
Expand Down

0 comments on commit 25b9b5e

Please sign in to comment.