~rpadovani/ubuntu-calculator-app/fixDeleteLastCalc

« back to all changes in this revision

Viewing changes to ubuntu-calculator-app.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2014-05-04 17:20:31 UTC
  • mfrom: (250.1.1 ubuntu-calculator-app)
  • Revision ID: tarmac-20140504172031-rqur9551d9vj512k
* Provide page title
* Hide header. Fixes: https://bugs.launchpad.net/bugs/1289695.

Approved by Riccardo Padovani, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    width: units.gu(50)
37
37
    height: units.gu(75)    
38
38
 
 
39
    Component.onCompleted: {
 
40
        header.visible = false
 
41
    }
 
42
 
39
43
    Storage{
40
44
        id: storage
41
45
    }
42
46
 
43
47
    SimplePage {
 
48
        title: i18n.tr("Calculator")
44
49
    }
45
50
}