~popey/stock-ticker-mobile-app/fix-1288885

« back to all changes in this revision

Viewing changes to Add_Stocks_page.qml

  • Committer: Robert Steckroth
  • Date: 2013-07-02 15:37:23 UTC
  • Revision ID: robertsteckroth@gmail.com-20130702153723-yfps89fsaqkasg9a
Fix to graph date printing. Update to design.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
            anchors.rightMargin: units.gu(1)
169
169
            onTextChanged: text_change_handler();
170
170
        }
171
 
        //Ad_page {
172
171
        Rectangle {
173
172
           color: "#2b3847"
174
173
           anchors.left: parent.left
175
174
           anchors.right: parent.right
176
175
           anchors.top: parent.bottom
177
 
           height: units.gu(2)
 
176
           height: units.gu(3)
178
177
           Text {
179
178
               color: "white"
180
179
               text: i18n.tr("Credit Due")