~cyphermox/unity/phablet-packaging

« back to all changes in this revision

Viewing changes to Components/FilterGrid.qml

Use findChild instead of property.

Approved by PS Jenkins bot, Michael Zanetti.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    property alias cellHeight: iconTileGrid.cellHeight
54
54
 
55
55
    // for testing purposes
56
 
    property alias __filterToggleButton: button
57
56
    property alias __expansionAnimation: heightAnimation
58
57
 
59
58
    height: childrenRect.height
101
100
 
102
101
        AbstractButton {
103
102
            id: button
 
103
            objectName: "filterToggleButton"
104
104
 
105
105
            anchors {
106
106
                top: parent.top