marks: add end time to mark details

This commit is contained in:
Christian Hergert
2020-01-22 12:01:26 -08:00
parent 812b0d60a0
commit 7dad1f2ab4
2 changed files with 36 additions and 4 deletions

View File

@ -78,7 +78,7 @@
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Duration</property>
<property name="label" translatable="yes">End</property>
<property name="visible">true</property>
<property name="xalign">1</property>
<style>
@ -90,6 +90,20 @@
<property name="left-attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Duration</property>
<property name="visible">true</property>
<property name="xalign">1</property>
<style>
<class name="dim-label"/>
</style>
</object>
<packing>
<property name="top-attach">4</property>
<property name="left-attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Message</property>
@ -101,7 +115,7 @@
</style>
</object>
<packing>
<property name="top-attach">4</property>
<property name="top-attach">5</property>
<property name="left-attach">0</property>
</packing>
</child>
@ -139,7 +153,7 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="duration">
<object class="GtkLabel" id="end">
<property name="visible">true</property>
<property name="xalign">0</property>
</object>
@ -148,6 +162,16 @@
<property name="left-attach">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="duration">
<property name="visible">true</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="top-attach">4</property>
<property name="left-attach">1</property>
</packing>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="hexpand">true</property>
@ -161,7 +185,7 @@
</child>
</object>
<packing>
<property name="top-attach">4</property>
<property name="top-attach">5</property>
<property name="left-attach">1</property>
</packing>
</child>