summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2014-09-15 13:17:17 +0200
committerCaroline Chao <caroline.chao@digia.com>2014-09-15 15:56:57 +0200
commitb9d5bcd91167d7b9b3e3d5599885ea9fb094f52a (patch)
treef4a5c91daa90b731d663064a17d51d5b243b1cf8
parent19190f38423148f5863e2479fb439c19b2cb663e (diff)
Small fixes for the background color
Change-Id: I36ccfb294dd792fba5876f58580abb74463bc4d9 Reviewed-by: Niels Weber <niels.weber@digia.com>
-rw-r--r--qml/components/EventsList.qml3
-rw-r--r--qml/components/TrackSwitcher.qml3
2 files changed, 4 insertions, 2 deletions
diff --git a/qml/components/EventsList.qml b/qml/components/EventsList.qml
index 5a2d9bc..f34a53d 100644
--- a/qml/components/EventsList.qml
+++ b/qml/components/EventsList.qml
@@ -43,9 +43,10 @@ import TalkSchedule 1.0
import QtQuick.Layouts 1.1
import QtQuick.Controls 1.1
-Item {
+Rectangle {
id: eventsList
property bool isFavoriteView: false
+ color: Theme.colors.white
SubTitle {
id: subTitle
diff --git a/qml/components/TrackSwitcher.qml b/qml/components/TrackSwitcher.qml
index a4b4ef1..ac56262 100644
--- a/qml/components/TrackSwitcher.qml
+++ b/qml/components/TrackSwitcher.qml
@@ -45,11 +45,12 @@ import TalkSchedule 1.0
import "functions.js" as Functions
-Item {
+Rectangle {
id: root
objectName: "trackSwitcher"
property bool isViewScrolling: false
property var firstEvent
+ color: Theme.colors.white
DaySwitcher {
id: daysWitcher