~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-yakkety-landing-092

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/Settings/Menus/ModemInfoItem.qml

  • Committer: Bileto Bot
  • Author(s): Lukáš Tinkl
  • Date: 2016-06-17 13:01:58 UTC
  • mfrom: (143.1.2 hugeNetworkIcons)
  • Revision ID: ci-train-bot@canonical.com-20160617130158-2lvrksdshvkxymx1
Fix huge icons in network indicator caused by a binding loop (LP: #1585645, #1586667)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
                    id: iconConnectivity
78
78
                    color: theme.palette.normal.backgroundText
79
79
 
80
 
                    height: labelStatus.height
81
 
                    width: height
 
80
                    width: statusIcon.width // fix lp:1585645 by breaking the binding loop
 
81
                    height: width
82
82
 
83
83
                    visible: name !== ""
84
84
                }