summaryrefslogtreecommitdiff
path: root/src/rhlibrary/main.go
diff options
context:
space:
mode:
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()