Skip to content

msg: Fix maximum width to 60 characters

David King requested to merge wip/davidk/msgdialog-max-width into master

Commit 3b64d05e mentioned that labels in message dialogs were set to a maximum width of 60 characters, with inspiration from GtkMessageDialog, but in fact a typo meant that they were set to both a width and maximum width of just 10 characters. This lead to text layout problems, which can be fixed by using the intended maximum of 60 characters.

https://bugzilla.redhat.com/show_bug.cgi?id=2053530

Merge request reports