Awn

Comment 0 for bug 132452

Revision history for this message
Timon_and_Pumba (timonterbraak) wrote :

The bottom padding of the GtkAligment in the applet-dialog is set to 40.
Should it not be 10, like the rest of the borders?

With 40, an ugly big area on the bottom is unusable. In "my" design of an
applet, I really like to use that area.
So could I also be set to 10?

gtk_alignment_set_padding (GTK_ALIGNMENT (priv->align),
                                   10, 10, 40, 10);