Image time shift dialog: remove the silly AM

This is a time offset, not a time of day.

Fixes #579

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-06-29 19:31:10 -07:00
parent abb9a6c12d
commit bc1e9edd5d

View file

@ -91,6 +91,9 @@
<second>0</second>
</time>
</property>
<property name="displayFormat">
<string>h:mm</string>
</property>
<property name="timeSpec">
<enum>Qt::LocalTime</enum>
</property>