ui/main: Port dialog to PromptDialog and avoid InlineMessage
Ports to PromptDialog, as this is intended as a form of prompt. The InlineMessage is removed, as it's both not contextually appropriate and it animates in which causes poor width changes. Finally, the message has been changed to remove the commas on each list item.
Before | After |
---|---|
The close button on the dialog is not supported by PromptDialog, so instead this uses the standard cancel action.
The list has also been slightly shortened:
"Cursor theme", "Cursor size" -> "Cursor theme and size"
"Font", "Font rendering" -> "Font and font rendering"
Edited by Oliver Beard