~zsombi/ubuntu-ui-toolkit/120-custompanel

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/ListItems/Empty.qml

  • Committer: Zsombor Egri
  • Date: 2014-11-04 09:05:25 UTC
  • mfrom: (1247.1.35 110-captions)
  • Revision ID: zsombor.egri@canonical.com-20141104090525-tbp0xnkqeuq4mehp
prereq sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
 
308
308
    ThinDivider {
309
309
        id: bottomDividerLine
310
 
        anchors {
311
 
            bottom: parent.bottom
312
 
            leftMargin: units.gu(2)
313
 
            rightMargin: units.gu(2)
314
 
        }
 
310
        anchors.bottom: parent.bottom
315
311
        visible: showDivider && !priv.removed
316
312
    }
317
313