Changed appearance of close button on (large) dialogs back to original.

This commit is contained in:
Sander Schobers 2020-05-26 18:59:59 +02:00
parent 1ae7e9ebe4
commit d0e6721953

View File

@ -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 {