aboutsummaryrefslogtreecommitdiff
path: root/src/tripview.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/tripview.ui')
-rw-r--r--src/tripview.ui8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/tripview.ui b/src/tripview.ui
index f4542ec..69a7b6d 100644
--- a/src/tripview.ui
+++ b/src/tripview.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.1 -->
+<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkListStore" id="liststore">
@@ -18,6 +18,10 @@
<column type="gchararray"/>
<!-- column-name arrival_delay -->
<column type="gchararray"/>
+ <!-- column-name departure_delay_color -->
+ <column type="gchararray"/>
+ <!-- column-name arrival_delay_color -->
+ <column type="gchararray"/>
</columns>
</object>
<template class="UPlanFahrTripView" parent="GtkTreeView">
@@ -48,6 +52,7 @@
<child>
<object class="GtkCellRendererText" id="cr_departure_delay"/>
<attributes>
+ <attribute name="foreground">7</attribute>
<attribute name="markup">5</attribute>
</attributes>
</child>
@@ -72,6 +77,7 @@
<child>
<object class="GtkCellRendererText" id="cr_arrivaL_delay"/>
<attributes>
+ <attribute name="foreground">8</attribute>
<attribute name="markup">6</attribute>
</attributes>
</child>