From e38a163a47ec9fb27a8d82914ce1670af189e283 Mon Sep 17 00:00:00 2001 From: Florian Schweikert Date: Thu, 15 Mar 2012 01:48:32 +0100 Subject: [PATCH] remove results header Closes #28 --- qml/ResultRealtime.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5