X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fqml%2FConfigTickersComponent.qml;h=c7ff4cd6f5be0514bd027b5225ffc3620f1688c0;hb=0f8d4b44f550d528c2b6b09fb0f6a8c7821caf9f;hp=55639f6fa4f151dda62382b926f340c2ec63ccd7;hpb=3adef4c0354db34494fcac678712490d0b7fe466;p=marketstoday diff --git a/src/qml/ConfigTickersComponent.qml b/src/qml/ConfigTickersComponent.qml index 55639f6..c7ff4cd 100644 --- a/src/qml/ConfigTickersComponent.qml +++ b/src/qml/ConfigTickersComponent.qml @@ -1,5 +1,5 @@ /* -@version: 0.4 +@version: 0.5 @author: Sudheer K. @license: GNU General Public License */ @@ -34,7 +34,7 @@ Item { logRequest("Removing symbol "+symbol+" at index "+index); var result = DBUtility.removeSymbol(symbol); - if (result != "Error"){ + if (result !== "Error"){ symbolsListModel.remove(index); } else{ @@ -50,7 +50,7 @@ Item { var result = DBUtility.addSymbol(symbol); logRequest("Result is "+result); - if (result != "Error"){ + if (result !== "Error"){ symbolsListModel.append({"symbol": symbol}); } else{ @@ -85,7 +85,7 @@ Item { verticalAlignment: Text.AlignVCenter width: parent.width - 120; height: parent.height - font.pixelSize: 18; + font.pixelSize: 24; font.bold: true; elide: Text.ElideRight; color: "white"; @@ -145,7 +145,7 @@ Item { anchors.leftMargin: 5 anchors.verticalCenter: parent.verticalCenter maximumLength:25 - font.pixelSize: 18 + font.pixelSize: 24 font.bold: true font.capitalization: Font.AllUppercase inputMethodHints: Qt.ImhNoPredictiveText @@ -213,8 +213,8 @@ Item { Rectangle{ id: footerTextArea width: parent.width - height: itemHeight - z: 5 + height: 25 + //z: 5 color: "#343434" anchors.bottom: parent.bottom Text {