Re: gnome-about HIG patch



Il ven, 2003-03-14 alle 20:11, iain ha scritto:
> Here's a patch to make everyone's favourite dialog HIG compliant. It
> sets the border spacing to 12, removes the gratuitious separators and
> changes the OK button to a Close button.
> 
> May I commit or has libgnomeui not been branched yet? Should things like
> this be discussed here or gnome-devel?

Just a question: remove separator and change spacing directly from
gtk+/gtk/gtkdialog.c?

For separator should be:  

-  dialog->separator = gtk_hseparator_new ();
-  gtk_box_pack_end (GTK_BOX (dialog->vbox), dialog->separator, FALSE,
TRUE, 0);
-  gtk_widget_show (dialog->separator);


and for spacing  

+  dialog->vbox = gtk_vbox_new (FALSE, 12);
-  dialog->vbox = gtk_vbox_new (FALSE, 0);

near line 230
-- 
Think bigger

			My uncle




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]