[Bug 45632] Re: Short names in notification area render incorrectly

Michael Vogt michael.vogt at ubuntu.com
Mon May 22 13:45:26 UTC 2006


I would like to upload a fix for this.

A debdiff is here http://people.ubuntu.com/~mvo/notification-
daemon_0.3.4-0ubuntu8.debdiff:

The changes:
- undo the damage that cdbs-edit-patch did on me (merge 01_ubuntu_theme.diff.patch back into 01_ubuntu_theme.diff)
- make sure we always have a minimum width (as in the original theme)
  ++	gtk_widget_set_size_request(windata->content_hbox, 
  ++				    WIDTH - (IMAGE_SIZE + IMAGE_PADDING) - 10,
  ++				    -1);
- 04_from_upstream_cvs_no_crop.diff: taken from upstream version 0.3.5, it ensures that the bubble always has a minimum height by changing the execution order of "set_notification_arrow()" to be run after a icon was set

-- 
Short names in notification area render incorrectly
https://launchpad.net/bugs/45632




More information about the desktop-bugs mailing list