aboutsummaryrefslogtreecommitdiff
path: root/xA/xA.go
diff options
context:
space:
mode:
Diffstat (limited to 'xA/xA.go')
-rw-r--r--xA/xA.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xA/xA.go b/xA/xA.go
index 954eb68..2cf2796 100644
--- a/xA/xA.go
+++ b/xA/xA.go
@@ -1490,6 +1490,7 @@ func main() {
a := app.New()
a.Settings().SetTheme(&customTheme{})
+ a.SetIcon(resourceIconNormal)
wWindow = a.NewWindow(projectName)
wWindow.Resize(fyne.NewSize(640, 480))