~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/1.3/OptionSelector.qml

  • Committer: Zsombor Egri
  • Date: 2015-11-16 06:35:05 UTC
  • mfrom: (1664.1.1 listitemSelectModeBugs)
  • Revision ID: zsombor.egri@canonical.com-20151116063505-cwn2qfks7qzk10g9
re-sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
                right: parent.right
226
226
            }
227
227
            state: optionSelector.expanded ? "expanded" : "collapsed"
228
 
            theme.version: Toolkit.Ubuntu.toolkitVersion
229
228
            styleName: "OptionSelectorStyle"
230
229
            states: [ State {
231
230
                    name: "expanded"