~mzanetti/unity8/modeswitchwarning

« back to all changes in this revision

Viewing changes to tests/plugins/ScreenGrabber/grabber.qml

  • Committer: Michael Zanetti
  • Date: 2015-10-26 16:47:52 UTC
  • mfrom: (1978.2.32 trunk)
  • Revision ID: michael.zanetti@canonical.com-20151026164752-8yt7ngcng344mb67
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
Rectangle {
21
21
    property var grabber: screenGrabber
22
22
 
23
 
    width: 100
 
23
    width: 101 // width intentionally bigger than height to test rotation
24
24
    height: 100
25
25
    color: "green"
26
26