applet: show battery charge information first
The widget delegates first show the device type, then the battery. The type is static and typically familiar to users who know what bluetooth devices they have, and is also indicated by the icon. If the type name is long in some locales, it can push the battery information (which is not static, and more likely something that users want to check) outside the viewable area.
Instead, place battery charge first in the subtitle, which should generally always make it visible.
BUG: 515090 FIXED-IN: 6.7.0
| before | after |
|---|---|
|
|
Not sure about this one, as now the type is in a different position for connected and unconnected devices. But placing the more pertinent information first is probably worth it.

