xA: enforce internal icon from the start
This commit is contained in:
parent
46be4836df
commit
977b073b58
1
xA/xA.go
1
xA/xA.go
|
@ -1490,6 +1490,7 @@ func main() {
|
||||||
|
|
||||||
a := app.New()
|
a := app.New()
|
||||||
a.Settings().SetTheme(&customTheme{})
|
a.Settings().SetTheme(&customTheme{})
|
||||||
|
a.SetIcon(resourceIconNormal)
|
||||||
wWindow = a.NewWindow(projectName)
|
wWindow = a.NewWindow(projectName)
|
||||||
wWindow.Resize(fyne.NewSize(640, 480))
|
wWindow.Resize(fyne.NewSize(640, 480))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue