fixing routing.py bug, if time is 24:00
[pywienerlinien] / qml / ResultRealtime.qml
index c5a1c4f..c11154f 100644 (file)
@@ -90,7 +90,7 @@ Item {
 
                         Text {
                             id: d
-                            text: model.direction // <----
+                            text: model.direction // <---   -
                             width: parent.parent.parent.width - l.width - dep.width - 15
                             elide: Text.ElideRight
                             color: !theme.inverted ? UIConstants.COLOR_SECONDARY_FOREGROUND : UIConstants.COLOR_INVERTED_SECONDARY_FOREGROUND
@@ -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