~aacid/ubuntu-ui-toolkit/nonsquareicons

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2014-09-10 10:58:55 UTC
  • mfrom: (1241.2.2 thindivider-margins)
  • Revision ID: tarmac-20140910105855-n91slic4ty4ptuuy
Tweaks for ListItem dividers. Header margins and font weight updated.

Approved by PS Jenkins bot, Christian Dywan, Nekhelesh Ramananthan, Renato Araujo Oliveira Filho.

Show diffs side-by-side

added added

removed removed

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