~zsombi/ubuntu-ui-toolkit/50-custom-delegates

« back to all changes in this revision

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

prereq sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        TemplateRow {
80
80
            title: i18n.tr("Theme")
81
81
            spacing: units.gu(2)
82
 
 
 
82
            height: iconFlow.height
83
83
 
84
84
            Flow {
85
 
                anchors.fill: parent
 
85
                id: iconFlow
 
86
                width: parent.width
86
87
                spacing: units.gu(2)
87
88
 
88
89
                Repeater {