X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fqml%2FConfigOptionsComponent.qml;h=09aa601486134f337ccc00c7882960a18732d673;hb=526c6066678d5eaa6ca355ee7c2073b83eab7e81;hp=3a4e564fc2f1c608eca9ffa05bf9e5c9dfa14cbe;hpb=5454990e804ec6a741fffe545ec9dbf2bc3c781a;p=marketstoday diff --git a/src/qml/ConfigOptionsComponent.qml b/src/qml/ConfigOptionsComponent.qml index 3a4e564..09aa601 100644 --- a/src/qml/ConfigOptionsComponent.qml +++ b/src/qml/ConfigOptionsComponent.qml @@ -1,5 +1,5 @@ /* -@version: 0.2 +@version: 0.4 @author: Sudheer K. @license: GNU General Public License */ @@ -52,7 +52,7 @@ Rectangle { anchors.topMargin: 10 anchors.horizontalCenter: iconTickersArea.horizontalCenter height: 50 - horizontalAlignment: Text.AlignCenter; verticalAlignment: Text.AlignVCenter + horizontalAlignment: Text.AlignHCenter; verticalAlignment: Text.AlignVCenter font.pixelSize: 22; font.bold: true; elide: Text.ElideMiddle; color: "#B8B8B8"; style: Text.Raised; styleColor: "black" text: "Add/Remove Tickers" } @@ -93,7 +93,7 @@ Rectangle { anchors.topMargin: 10 anchors.horizontalCenter: iconSettingsArea.horizontalCenter height: 50 - horizontalAlignment: Text.AlignCenter; verticalAlignment: Text.AlignVCenter + horizontalAlignment: Text.AlignHCenter; verticalAlignment: Text.AlignVCenter font.pixelSize: 22; font.bold: true; elide: Text.ElideMiddle; color: "#B8B8B8"; style: Text.Raised; styleColor: "black" text: "Update Settings" }