summaryrefslogtreecommitdiffstats
path: root/weather
diff options
context:
space:
mode:
authorLuiz Agostini <luiz.agostini@openbossa.org>2009-11-05 20:38:30 -0300
committerLuiz Agostini <luiz.agostini@openbossa.org>2009-11-05 20:38:30 -0300
commitc15229b32adc5f691d5c9fe5743da392b1be0037 (patch)
tree538cb52562590d411040a966ede854ba0c07d2e1 /weather
parent0251f20f78cbe2d819db2657907a6671142f9fbc (diff)
Weather: scroll Z value.
Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
Diffstat (limited to 'weather')
-rw-r--r--weather/citylist.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/weather/citylist.cpp b/weather/citylist.cpp
index e526abc..1f4875b 100644
--- a/weather/citylist.cpp
+++ b/weather/citylist.cpp
@@ -58,6 +58,9 @@ CityListScrollBox::CityListScrollBox(QGraphicsItem *content, QGraphicsItem *pare
m_content->setParentItem(this);
m_scroll->setPos(Settings::scaleWidth(460.0), Settings::scaleHeight(32.5));
+
+ m_content->setZValue(0.0);
+ m_scroll->setZValue(1.0);
}
void CityListScrollBox::gestureMousePress(QPointF pos, bool &startGesture, bool &acceptClick)