mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +00:00
ui/app: make the default window title "Gio", not "Gio program"
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ func NewWindow(opts *WindowOptions) *Window {
|
|||||||
opts = &WindowOptions{
|
opts = &WindowOptions{
|
||||||
Width: ui.Dp(800),
|
Width: ui.Dp(800),
|
||||||
Height: ui.Dp(600),
|
Height: ui.Dp(600),
|
||||||
Title: "Gio program",
|
Title: "Gio",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if opts.Width.V <= 0 || opts.Height.V <= 0 {
|
if opts.Width.V <= 0 || opts.Height.V <= 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user