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

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Pickers/Dialer.qml

Provide versioning for theme loading. Each toolkit must be released with a well defined system theme version, and theme modules must have the same version as the toolkit. . Fixes: https://bugs.launchpad.net/bugs/1447113.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
    implicitHeight: size
146
146
    activeFocusOnPress: true
147
147
 
 
148
    theme.version: Ubuntu.toolkitVersion
148
149
    style: theme.createStyleComponent("DialerStyle.qml", dialer)
149
150
 
150
151
    Item {