aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/shared/LauncherList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/shared/LauncherList.qml')
-rw-r--r--examples/declarative/shared/LauncherList.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/declarative/shared/LauncherList.qml b/examples/declarative/shared/LauncherList.qml
index 03463e1be2..782fcc7ddd 100644
--- a/examples/declarative/shared/LauncherList.qml
+++ b/examples/declarative/shared/LauncherList.qml
@@ -65,7 +65,7 @@ ListView {
Rectangle {
id: bg
anchors.fill: parent
- color: "black"
+ color: "white"
}
MouseArea{
anchors.fill: parent
@@ -83,6 +83,11 @@ ListView {
anchors.bottom: parent.bottom
width: parent.width
height: 40
+ MouseArea{
+ anchors.fill: parent
+ enabled: ei.visible
+ //Eats mouse events
+ }
Image {
source: "back.png"
anchors.verticalCenter: parent.verticalCenter