Merge lp://staging/~lanoxx/indicator-applet/menuitemfix into lp://staging/indicator-applet
Proposed by
Sebastian Geiger
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~lanoxx/indicator-applet/menuitemfix |
Merge into: | lp://staging/indicator-applet |
Diff against target: |
34 lines (+17/-0) 1 file modified
src/applet-main.c (+17/-0) |
To merge this branch: | bzr merge lp://staging/~lanoxx/indicator-applet/menuitemfix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Indicator Applet Developers | Pending | ||
Review via email: mp+318320@code.staging.launchpad.net |
Description of the change
This will make sure that indicator menus have the correct size.
To post a comment you must log in.
Unmerged revisions
- 430. By Sebastian Geiger <sebastiangeiger@mars>
-
Workaround: Fix menus having wrong size
* This patch is needed when menus are
in a panel that appears at the bottom
of the screen. It recomputes the size
of the menu each time a menu item
is added to the menu.
* If menu items are added or removed
from the panel then it happens
that the panel gets a wrong
size allocated. This is caused by
a bug in GTK+ see [1].
* This patch is a workaround for the bug
as its unlikely the bug will get fixed
in Gtk in the near future.