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

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/1.1/Button.qml

  • Committer: Gerry Boland
  • Date: 2015-07-10 11:16:39 UTC
  • mfrom: (1162.1.40 ubuntu-ui-toolkit)
  • Revision ID: gerry.boland@canonical.com-20150710111639-zoq10nk0o0roco6v
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    property string iconPosition: "left"
123
123
 
124
124
    theme.version: Ubuntu.toolkitVersion
125
 
    style: theme.createStyleComponent("ButtonStyle.qml", button)
 
125
    style: Theme.createStyleComponent("ButtonStyle.qml", button)
126
126
}