Awn

Activity log for bug #132452

Date Who What changed Old value New value Message
2007-08-14 13:50:40 Timon_and_Pumba bug added bug
2007-08-14 18:21:37 Timon_and_Pumba description 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); 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?
2007-08-14 18:22:07 Timon_and_Pumba description 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? The padding on the top of the awn-applet-dialog should be increased. Currently the children cover the dialog title. Correct settings (in my opinion) are: top 30, bottom 40 (cause gap = 30), left 10, right 10. Like this: gtk_alignment_set_padding (GTK_ALIGNMENT (priv->align), 30, 40, 10, 10);
2007-08-14 18:23:32 Timon_and_Pumba description The padding on the top of the awn-applet-dialog should be increased. Currently the children cover the dialog title. Correct settings (in my opinion) are: top 30, bottom 40 (cause gap = 30), left 10, right 10. Like this: gtk_alignment_set_padding (GTK_ALIGNMENT (priv->align), 30, 40, 10, 10); The padding on the top of the awn-applet-dialog should be increased. Currently the children cover the dialog title. Correct settings (in my opinion) are: top 30, bottom 40 (cause gap = 30), left 10, right 10. Like this: gtk_alignment_set_padding (GTK_ALIGNMENT (priv->align), 30, 40, 10, 10); (Ignore next comment, don't know how to delete it)
2007-08-17 22:40:30 Neil J. Patel awn: status New Fix Committed
2007-08-17 22:40:30 Neil J. Patel awn: assignee njpatel
2007-08-17 22:40:30 Neil J. Patel awn: statusexplanation This is fixed in current bzr. The spacing at the top will only be applied when there is a title set, other it is set to 10. Thanks!
2007-10-08 04:13:09 Andrew Starr-Bochicchio awn: status Fix Committed Fix Released