ui/app: make the default window title "Gio", not "Gio program"

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-07-21 22:02:30 +02:00
parent f47a38844b
commit 1ee8c08f3b
+1 -1
View File
@@ -78,7 +78,7 @@ func NewWindow(opts *WindowOptions) *Window {
opts = &WindowOptions{
Width: ui.Dp(800),
Height: ui.Dp(600),
Title: "Gio program",
Title: "Gio",
}
}
if opts.Width.V <= 0 || opts.Height.V <= 0 {