~dalius-sandbox/ubuntu-calculator-app/minor-bug-fixes

« back to all changes in this revision

Viewing changes to Screen.qml

  • Committer: Tarmac
  • Author(s): Dalius
  • Date: 2013-03-02 10:17:21 UTC
  • mfrom: (18.1.1 ubuntu-calculator-app)
  • Revision ID: tarmac-20130302101721-zmoz7tenlgaayfm0
Indicator that there are entries in memory.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
    signal useAnswer(string answerToUse, string formulaData)
12
12
 
 
13
    Text {
 
14
        width: parent.width
 
15
        visible: isLastItem && index && formulaView.positionedAtEnd > 0
 
16
        clip: true
 
17
        text: "^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^"
 
18
        color: "#C0C0C0"
 
19
    }
 
20
 
 
21
 
13
22
    Column {
14
23
        id: columnA
15
24
        spacing: units.gu(2)