1 Feb 2005 01:09
Re: [PATCH] Hig-ify copying/moving progress dialog
Dennis Cranston <dennis_cranston <at> yahoo.com>
2005-02-01 00:09:56 GMT
2005-02-01 00:09:56 GMT
Hi Jorn, Your patch will not make the dialog HIG compliant. The dialog spacing would need to be adjusted to the following values: gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)->vbox), 5); gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 14); For an explanation please see bugzilla report #163850, "Gtk+ dialogs should use HIG spacing by default". Thanks, Dennis --- Jorn Baayen <jbaayen <at> gnome.org> wrote: > Hi, > > Attaching a patch to HIG-ify the copying/moving progress dialog. > > Another thing that would be nice here is a responsive "cancel" button. > It can take up to half a minute for the "cancel" button to respond to > canceling copying a bigger file to a webdav location, for example. The > dialog will just sit there, cancel still clickable, like nothing > happened- very annoying. Maybe at least make the dialog say "canceling" > and de-sensitivify the cancel button, or something .. > > Cheers, >(Continue reading)
RSS Feed