Comment 6 for bug 387869

Revision history for this message
Luke Symes (allsymes) wrote :

Attached is what I get for a copy dialog, and as you can see I get a dialog that is more than big enough to handle the addition of the transfer speed.
Looking at the code, I found this (libnautilus-private/nautilus-progress-info.c:355,356):
 label = gtk_label_new ("status");
 gtk_widget_set_size_request (label, 500, -1);
So, the whole dialog will be stretched to at least 500 pixels. Isn't that more than enough?
I'm thinking this bug should be marked Fix Released. What do people think?