Skip to content

ui/main: Port dialog to PromptDialog and avoid InlineMessage

Oliver Beard requested to merge work/olib/prompt-dialog into master

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
image image

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

Merge request reports

Loading