summaryrefslogtreecommitdiff
path: root/src/rhlibrary/main.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-28 05:13:56 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-28 05:13:56 (GMT)
commitc61300457230b968e626a64997a1d554122bb326 (patch)
tree960671910ecbb703dd48e20c7173d9cd59c62075 /src/rhlibrary/main.go
parentb432447e8c4f93ec7c0a69bafb4b42f40327113e (diff)
further improved player widget
Diffstat (limited to 'src/rhlibrary/main.go')
-rw-r--r--src/rhlibrary/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhlibrary/main.go b/src/rhlibrary/main.go
index 4f339b9..8bfbeab 100644
--- a/src/rhlibrary/main.go
+++ b/src/rhlibrary/main.go
@@ -92,7 +92,7 @@ func main() {
return
}
- mw, err := NewAppWindow(p.GetInterface(), 640, 360)
+ mw, err := NewAppWindow(p.GetInterface(), 800, 600)
if err != nil {
rhl.Println("Error initializing Main Window:", err)
return