Awn

padding of alignment in awn-applet-dialog

Bug #132452 reported by Timon_and_Pumba
2
Affects Status Importance Assigned to Milestone
Awn
Fix Released
Undecided
Neil J. Patel

Bug 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);

(Ignore next comment, don't know how to delete it)

Revision history for this message
Timon_and_Pumba (timonterbraak) wrote :

Sorry made a mistake, it's the other way around:
the padding on the top 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);

description: updated
description: updated
description: updated
Revision history for this message
Neil J. Patel (njpatel) wrote :

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!

Changed in awn:
assignee: nobody → njpatel
status: New → Fix Committed
Changed in awn:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.