From 5b448598e3db7f30f58249eccb1a7d9c4fda4365 Mon Sep 17 00:00:00 2001 From: Iktwo Sh Date: Wed, 17 Sep 2014 10:11:20 -0700 Subject: [PATCH] Refactoring style --- qml/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/main.qml b/qml/main.qml index 86c5232..13fd5c0 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -192,6 +192,7 @@ ApplicationWindow { updateCheckerElement: updateChecker text: qsTr("There's a new update available, you are running version %1 and you can update to version %2.").arg(updateChecker.version).arg(updateChecker.latestVersion) } + Component.onCompleted: { Theme.titleBarColor = "#0066CC"