broulik added inline comments.

INLINE COMMENTS

> CompactRepresentation.qml:97
>              anchors.centerIn: parent
> -            width: Math.round(Math.min(parent.width, parent.height) * 0.75)
> +            width: text.length > 1 ? Math.round(Math.min(parent.width, 
> parent.height) * 0.67) : Math.round(Math.min(parent.width, parent.height) * 
> 0.75)
>              height: width

Can you rearrange that a bit

  width: Math.round(Math.min(parent.width, parent.height) * (text.length > 1 ? 
0.67 : 0.75))`

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D22878

To: filipf, broulik, #plasma, #vdg
Cc: plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, 
ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, 
apol, mart

Reply via email to