X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fqml%2FLibrary%2FTitleBar.qml;h=6e17b451804dd8a41f1fb62d1773ffe0bf14746f;hb=0f8d4b44f550d528c2b6b09fb0f6a8c7821caf9f;hp=152cdcd533669392a8d924cdbdb480c56f785237;hpb=3adef4c0354db34494fcac678712490d0b7fe466;p=marketstoday diff --git a/src/qml/Library/TitleBar.qml b/src/qml/Library/TitleBar.qml index 152cdcd..6e17b45 100644 --- a/src/qml/Library/TitleBar.qml +++ b/src/qml/Library/TitleBar.qml @@ -1,5 +1,5 @@ /* -@version: 0.4 +@version: 0.5 @author: Sudheer K. @license: GNU General Public License @@ -162,7 +162,7 @@ Item { elide: Text.ElideMiddle text: title font.bold: true; color: "White"; style: Text.Raised; styleColor: "Black" - font.pixelSize: 18 + font.pixelSize: 20 } Image {