Skip to content

Commit

Permalink
formatting fix from bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Mar 22, 2024
1 parent d5f6b3d commit be30db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dialog/information.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (

func createInformationDialog(title, message string, icon fyne.Resource, parent fyne.Window) Dialog {
d := newTextDialog(title, message, icon, parent)
d.dismiss = &widget.Button{
Text: lang.L("OK"),
d.dismiss = &widget.Button{
Text: lang.L("OK"),
OnTapped: d.Hide,
}
d.create(container.NewGridWithColumns(1, d.dismiss))
Expand Down

0 comments on commit be30db3

Please sign in to comment.