From a15ba03057f57950dab0c5edcdd733968a2c9524 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 27 Apr 2019 16:43:24 +0200 Subject: ui: add icon to about dialog --- ui/ui.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/ui.go') diff --git a/ui/ui.go b/ui/ui.go index 6ea0a8f6..e24fc6c8 100644 --- a/ui/ui.go +++ b/ui/ui.go @@ -76,6 +76,7 @@ func onAbout(owner walk.Form) { dlg, _ := walk.NewDialogWithFixedSize(owner) dlg.SetTitle("About WireGuard") dlg.SetLayout(vbl) + dlg.SetIcon(iconProvider.baseIcon) font, _ := walk.NewFont("Segoe UI", 9, 0) dlg.SetFont(font) -- cgit v1.2.3-59-g8ed1b