~macslow/unity8/fix-1348092

« back to all changes in this revision

Viewing changes to qml/Notifications/Notification.qml

  • Committer: Mirco Müller
  • Date: 2014-08-19 15:22:21 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20140819152221-z518nimkix32dh34
Made visibility-check for secondary-icon more compact.

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
                    objectName: "secondaryIcon"
271
271
                    width: units.gu(3)
272
272
                    height: units.gu(3)
273
 
                    visible: source !== undefined && source != ""
 
273
                    visible: status === Image.Ready
274
274
                    fillMode: Image.PreserveAspectCrop
275
275
                }
276
276
            }