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

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/1.3/Toolbar.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:
136
136
        property bool animating: toolbar.animating
137
137
 
138
138
        theme.version: Toolkit.Ubuntu.toolkitVersion
139
 
        style: theme.createStyleComponent("ToolbarStyle.qml", background)
 
139
        styleName: "ToolbarStyle"
140
140
    }
141
141
 
142
142
    Item {