Code review comment for lp:~zsombi/ubuntu-ui-toolkit/mainview-bloop

Revision history for this message
Zsombor Egri (zsombi) wrote :

To test, add the following to any MainView:

backgroundColor: "brown"

Timer {
    running: true
    onTriggered: {
         gallery.backgroundColor = "white";
    }
}

« Back to merge proposal