summaryrefslogtreecommitdiff
path: root/src/rhlibrary/main.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-02-06 05:47:26 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-02-06 05:47:26 (GMT)
commit19325b246ad32046be6ce50216f6f7f4de9984df (patch)
treee2d51c791ea68fb695e8f5867c4708d3ae60b3b3 /src/rhlibrary/main.go
parentf4f8c243337a2d1b4a8175e9bad894929e8ba20a (diff)
beatify show listing
Diffstat (limited to 'src/rhlibrary/main.go')
-rw-r--r--src/rhlibrary/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rhlibrary/main.go b/src/rhlibrary/main.go
index 91e5790..1f6900d 100644
--- a/src/rhlibrary/main.go
+++ b/src/rhlibrary/main.go
@@ -99,13 +99,12 @@ func main() {
return
}
- mw, err := NewAppWindow(db.GetInterface(), p.GetInterface(), 800, 600)
+ mw, err := NewAppWindow(db.GetInterface(), p.GetInterface(), 1200, 800)
if err != nil {
rhl.Println("Error initializing Main Window:", err)
return
}
-
rhl.Printf("rhlibrary started as user: %s", rhuser.Username)
mw.ShowAndRun()