Merge branch 'fontsizechanges'
[marketstoday] / src / qml / Library / MenuBar.qml
index e51af03..aa620cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
-@version: 0.4
+@version: 0.5
 @author: Sudheer K. <scifi1947 at gmail.com>
 @license: GNU General Public License
 */
@@ -26,7 +26,7 @@ Item {
             Button {
                 id: buttonTickers
                 text: "Add/Remove Tickers"
-                fontSize: 14
+                fontSize: 18
                 width: 200; height: parent.height
                 onClicked: menuBar.tickersClicked()
             }
@@ -34,7 +34,7 @@ Item {
             Button {
                 id: buttonOptions
                 text: "Update Settings"
-                fontSize: 14
+                fontSize: 18
                 width: 200; height: parent.height
                 onClicked: menuBar.optionsClicked()
             }