~aacid/ubuntu-ui-toolkit/nonsquareicons

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/ListItems/Header.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:
60
60
    LabelVisual {
61
61
        id: label
62
62
        fontSize: "medium"
 
63
        font.weight: Text.Normal
63
64
        anchors {
64
65
            verticalCenter: parent.verticalCenter
65
66
            left: parent.left
66
67
            right: parent.right
67
 
            margins: units.gu(1)
 
68
            margins: units.gu(2)
68
69
        }
69
70
    }
70
71
 
73
74
            left: parent.left
74
75
            right: parent.right
75
76
            bottom: parent.bottom
 
77
            leftMargin: units.gu(2)
 
78
            rightMargin: units.gu(2)
76
79
        }
77
80
    }
78
81
}