Large icons in the default set!

This commit is contained in:
2023-03-10 18:53:27 -05:00
parent 5d4a26a877
commit 9cc9e78504
5 changed files with 33 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ func NewDialog (
case DialogKindError: iconId = theme.IconError
}
messageContainer.Adopt(basicElements.NewIcon(iconId, theme.IconSizeSmall), false)
messageContainer.Adopt(basicElements.NewIcon(iconId, theme.IconSizeLarge), false)
messageContainer.Adopt(basicElements.NewLabel(message, false), true)
container.Adopt(messageContainer, true)