You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set the widthtype=request sizing option and roundcorners=true then the panel does not appear at all. Round corners do work if I specify the width in pixels or percent.
[#6]
The bug is this. If `request` width was set, starting width is 1.
If `round corner` was set, spacing around main box is greater then 0.
In this situation gtk2 generates one configure event less, which make
panel's state machine never reach a `show all` state, so panel remains
unmapped.
I can't understand why it so, so I just added a workaround - extra show
event.
If you set the widthtype=request sizing option and roundcorners=true then the panel does not appear at all. Round corners do work if I specify the width in pixels or percent.
This is with the devel branch on Ubuntu 14.04.
Here is my simple config:
The text was updated successfully, but these errors were encountered: