~zsombi/ubuntu-ui-toolkit/mainview-bloop

« back to all changes in this revision

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

  • Committer: Zsombor Egri
  • Date: 2014-03-10 10:42:42 UTC
  • mfrom: (933.1.35 ubuntu-ui-toolkit)
  • Revision ID: zsombor.egri@canonical.com-20140310104242-u4cnc90n8i4gee7z
trunk merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import Ubuntu.Components 0.1
19
19
 
20
20
Template {
 
21
    objectName: "labelsTemplate"
 
22
 
21
23
    TemplateSection {
22
24
        className: "Label"
23
25