From: Florian Schweikert Date: Thu, 15 Mar 2012 00:48:32 +0000 (+0100) Subject: remove results header X-Git-Url: http://vcs.maemo.org/git/?p=pywienerlinien;a=commitdiff_plain;h=e38a163a47ec9fb27a8d82914ce1670af189e283 remove results header Closes #28 --- diff --git a/qml/ResultRealtime.qml b/qml/ResultRealtime.qml index 9a49eba..c11154f 100644 --- a/qml/ResultRealtime.qml +++ b/qml/ResultRealtime.qml @@ -132,7 +132,7 @@ Item { id: list width: parent.width; height: parent.height - header: Rectangle { + /*header: Rectangle { width: parent.width height: childrenRect.height + 2*UIConstants.DEFAULT_MARGIN color: "lightsteelblue" @@ -155,7 +155,7 @@ Item { font.family: ExtrasConstants.FONT_FAMILY_LIGHT font.pixelSize: UIConstants.FONT_LSMALL } - } + }*/ model: resultModel delegate: departureDelegate