From d0e67219536d04108295d2eef9b97ca3aa4d1676 Mon Sep 17 00:00:00 2001 From: Sander Schobers Date: Tue, 26 May 2020 18:59:59 +0200 Subject: [PATCH] Changed appearance of close button on (large) dialogs back to original. --- largedialog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/largedialog.go b/largedialog.go index e88c976..54dd3d8 100644 --- a/largedialog.go +++ b/largedialog.go @@ -66,7 +66,7 @@ type LargeDialogTitleBar struct { ui.ContainerBase title ui.Label - close IconButton + close ui.Button } func NewLargeDialogTitleBar(title string, closeRequested ui.EventFn) *LargeDialogTitleBar {