When using two lines, time/count should be vertically centered
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Messaging Menu |
Fix Released
|
Undecided
|
Lars Karlitski | |
| indicator-messages (Ubuntu) |
Undecided
|
Lars Karlitski |
Bug Description
Binary package hint: indicator-messages
Never seen this before, but see the attached screenshot.
I think that when this happens the time/count should be in the centre of the (almost a) circle for aesthetic purposes.
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: indicator-messages 0.4.0-0ubuntu1
ProcVersionSign
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Mon Apr 25 20:58:05 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110127)
ProcEnviron:
LANGUAGE=en_GB:en
LANG=en_GB.UTF-8
SHELL=/bin/bash
SourcePackage: indicator-messages
UpgradeStatus: Upgraded to natty on 2011-04-19 (6 days ago)
Related branches
- Charles Kerr (community): Approve on 2012-03-08
-
Diff: 62 lines (+39/-1)1 file modifiedsrc/im-menu-item.c (+39/-1)
- Ken VanDine: Pending requested 2012-04-11
-
Diff: 119 lines (+38/-6)6 files modifiedChangeLog (+24/-0)
configure (+1/-1)
configure.ac (+1/-1)
debian/changelog (+8/-0)
src/messages-service.c (+1/-1)
src/status-provider-mc5.c (+3/-3)
Greg A (etulfetulf) wrote : | #1 |
Lars Karlitski (larsu) wrote : | #3 |
Text has been vertically centered for a while now (I just forgot to close this bug).
I've also just pushed a branch that collapses all whitespace as described in the spec.
Changed in indicator-messages (Ubuntu): | |
assignee: | nobody → Lars Uebernickel (larsu) |
status: | Triaged → In Progress |
Changed in indicator-messages (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in indicator-messages: | |
status: | New → Fix Committed |
assignee: | nobody → Lars Uebernickel (larsu) |
milestone: | none → 0.5.93 |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #4 |
This bug was fixed in the package indicator-messages - 0.5.93-0ubuntu1
---------------
indicator-messages (0.5.93-0ubuntu1) precise; urgency=low
* debian/control:
- drop build-depends on gnome-doc-utils and scrollkeeper, not required
[ Ted Gould ]
* New upstream release.
* Fixing alignment of menu items (LP: #939953)
* Vertically centering alignment of double high items (LP: #770486)
* Fixing setting of status on telepathy (LP: #943757)
-- Sebastien Bacher <email address hidden> Thu, 08 Mar 2012 22:11:24 +0100
Changed in indicator-messages (Ubuntu): | |
status: | Fix Committed → Fix Released |
Thanks for the report. It looks like the problem here is that the item is split across multiple lines in the first place. The message Subject contains a line break that isn't being converted into a space. All runs of whitespace should be rendered as a single space.
Specification updated. <https:/ /wiki.ubuntu. com/MessagingMe nu?action= diff&rev2= 80&rev1= 79>