diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-29 19:31:10 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-29 19:31:42 -0700 |
commit | bc1e9edd5d7da20e73735824b9c457b13ae87026 (patch) | |
tree | c7e496a2980ccff15e625a89241054a753dc6284 /qt-ui | |
parent | abb9a6c12dffaf8ef23d31b9c9d462607471c9ed (diff) | |
download | subsurface-bc1e9edd5d7da20e73735824b9c457b13ae87026.tar.gz |
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>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/shiftimagetimes.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/shiftimagetimes.ui b/qt-ui/shiftimagetimes.ui index 5b6bb4133..0be7a95b1 100644 --- a/qt-ui/shiftimagetimes.ui +++ b/qt-ui/shiftimagetimes.ui @@ -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> |