[Differential] [Changed Subscribers] D4606: don't show 0% when no battery

2017-02-14 Thread Kai Uwe Broulik
broulik added inline comments. INLINE COMMENTS > CompactRepresentation.qml:74 > anchors.fill: batteryIcon > -text: i18nc("battery percentage below battery icon", > "%1%", percent) > +text: batteryContainer.hasBattery ? i18nc("battery

[Differential] [Changed Subscribers] D4606: don't show 0% when no battery

2017-02-14 Thread David Edmundson
davidedmundson added inline comments. INLINE COMMENTS > BadgeOverlay.qml:36 > color: theme.backgroundColor > -width: label.width + units.devicePixelRatio * 2 > +width: Math.max(units.gridUnit, label.width + units.devicePixelRatio > * 2) > height: label.height w