~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to app/ubuntu-calculator-app.qml

  • Committer: Bartosz Kosiorek
  • Date: 2015-11-27 23:40:21 UTC
  • mto: This revision was merged to the branch mainline in revision 246.
  • Revision ID: gang65@poczta.onet.pl-20151127234021-yqov9wh9k97mua03
Run Calculator in Landscape mode for Desktop (LP: #1468663)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    automaticOrientation: true
35
35
    anchorToKeyboard: textInputField.visible ? false : true
36
36
 
37
 
    width: units.gu(40);
38
 
    height: units.gu(70);
 
37
    width: units.gu(80);
 
38
    height: units.gu(60);
39
39
 
40
40
    // This is our engine
41
41
    property var mathJs: MathJs.mathJs;