~ubuntu-sdk-team/ubuntu-ui-toolkit/dpr

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/ActivityIndicator.qml

  • Committer: Gerry Boland
  • Date: 2015-04-27 11:04:48 UTC
  • mfrom: (1000.444.42 staging)
  • Revision ID: gerry.boland@canonical.com-20150427110448-jmjwyez9x79juwxa
Merge current staging branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2012 Canonical Ltd.
 
2
 * Copyright 2015 Canonical Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU Lesser General Public License as published by
55
55
    implicitWidth: units.gu(3)
56
56
    implicitHeight: units.gu(3)
57
57
 
58
 
    style: Theme.createStyleComponent("ActivityIndicatorStyle.qml", indicator)
 
58
    style: theme.createStyleComponent("ActivityIndicatorStyle.qml", indicator)
59
59
}