~fginther/ubuntu-system-settings/jenkins-test

« back to all changes in this revision

Viewing changes to src/qml/EntryComponent.qml

  • Committer: Michael Terry
  • Date: 2013-12-31 19:30:03 UTC
  • mfrom: (541 ubuntu-system-settings)
  • mto: This revision was merged to the branch mainline in revision 635.
  • Revision ID: michael.terry@canonical.com-20131231193003-abubcbtvs6xw9mgv
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
    height: col.height
30
30
 
 
31
    objectName: "entryComponent-" + model.item.baseName
 
32
 
31
33
    Column {
32
34
        id: col
33
35
        anchors.left: parent.left