Re: gnome-about HIG patch
- From: Luca Ferretti <elle uca libero it>
- To: iain <iain prettypeople org>
- Cc: GNOME Desktop Hackers <desktop-devel-list gnome org>
- Subject: Re: gnome-about HIG patch
- Date: 16 Mar 2003 08:55:58 +0100
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]