~sergiusens/camera-app/manifest_cleanup

« back to all changes in this revision

Viewing changes to camera-app.qml

  • Committer: Guenter Schwann
  • Date: 2013-02-19 09:06:08 UTC
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: guenter.schwann@canonical.com-20130219090608-k7u54s5a0zibjgl1
Use properties rather than global IDs

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
                height: parent.height
162
162
                y: 0
163
163
                orientation: viewFinder.orientation
 
164
                geometry: viewFinderGeometry
 
165
                deviceDefaultIsPortrait: device.naturalOrientation === "portrait"
164
166
            }
165
167
        }
166
168
    }