GNOME Bugzilla – Bug 329855
countdown causes resizing
Last modified: 2010-05-20 20:47:19 UTC
The countdown in the logout and shutdown dialogs causes these dialogs to resize a little bit due to string width variations. It would be nicer if the dialog would keep its size fixed.
Hrm. We're only calling gtk_message_dialog_format_secondary_text(). So the resizing happens in GtkMessageDialog. I'm not quite sure what's the best way to fix this: if I force the size of the dialog, the label can overflow the dialog...
Does not happen here because in 2.24 the four buttons take way more width than the text. Close as OBSOLETE?
Haven't seen this anymore. OBSOLETE. Please reopen if still an issue.