~tpeeters/ubuntu-ui-toolkit/page13

« back to all changes in this revision

Viewing changes to examples/ubuntu-ui-toolkit-gallery/ListItems.qml

  • Committer: Tarmac
  • Author(s): Sebastien Bacher
  • Date: 2015-03-12 10:49:27 UTC
  • mfrom: (1446.2.2 staging)
  • Revision ID: tarmac-20150312104927-5qn94gv5vad308iz
Use correct documentation urls in the gallery examples. Fixes: https://bugs.launchpad.net/bugs/1323518.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
        }
318
318
    }
319
319
 
320
 
    TemplateSection {
 
320
    ListItemsSection {
321
321
        title: i18n.tr("ExpandablesColumn")
322
322
        className: "ExpandablesColumn"
323
323
 
360
360
        }
361
361
    }
362
362
 
363
 
    TemplateSection {
 
363
    ListItemsSection {
364
364
        title: i18n.tr("Expandable")
365
365
        className: "Expandable"
366
366