~diegosarmentero/pay-ui/remove-for

« back to all changes in this revision

Viewing changes to app/ui/DirectPurchase.qml

  • Committer: Alejandro J. Cura
  • Date: 2014-09-23 21:28:41 UTC
  • mfrom: (47.1.4 first-branch)
  • Revision ID: alecu@canonical.com-20140923212841-8hh4filavr1ymwml
Merged tip of trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
                        objectName: "titleItemLabel"
116
116
                        fontSize: "medium"
117
117
                        color: "black"
118
 
                        text: "title"
119
118
                        anchors {
120
119
                            left: parent.left
121
120
                            right: parent.right
127
126
                        objectName: "subtitleItemLabel"
128
127
                        fontSize: "small"
129
128
                        color: "black"
130
 
                        text: "subtitle"
131
129
                        anchors {
132
130
                            left: parent.left
133
131
                            right: parent.right
324
322
                visible: ((pageDirectPayment.hasPayments && passwordField.text.length > 7) || pageDirectPayment.beforeTimeout) ? true : false
325
323
                objectName: "viewWalletLabel"
326
324
                textFormat: Text.RichText
327
 
                text: '<a href="#"><span style="color: #797979;">%1</span></a>'.arg(i18n.tr("View wallet"))
 
325
                text: '<br><a href="#"><span style="color: #797979;">%1</span></a>'.arg(i18n.tr("View wallet"))
328
326
                anchors {
329
327
                    left: parent.left
330
328
                    right: parent.right