No leading 0 for RoomDelegate last event time

To save some pixels
This commit is contained in:
miruka 2019-08-17 14:22:32 -04:00
parent 72b5954ce3
commit 717680bf0c
2 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,13 @@
- Refactoring - Refactoring
- Use HInterfaceBox for EditAccount Profile and Encryption
- HButton
- Control: hovered, visualFocus, enaled
- Border and pressed color in theme / checkbox theming
- `^property type name$` - `^property type name$`
- Use [Animators](https://doc.qt.io/qt-5/qml-qtquick-animator.html) - Use [Animators](https://doc.qt.io/qt-5/qml-qtquick-animator.html)
- Choose a better default easing type for animations - Choose a better default easing type for animations
- Sendbox - Sendbox
- HButton
- Control: hovered, visualFocus, enaled
- Border and pressed color in theme / checkbox theming
- Room Sidepane - Room Sidepane
- Hide when window too small - Hide when window too small
- Also save/load its size - Also save/load its size

View File

@ -69,7 +69,7 @@ HInteractiveRectangle {
Utils.formatTime(evDate, false) : // no seconds Utils.formatTime(evDate, false) : // no seconds
evDate.getFullYear() == new Date().getFullYear() ? evDate.getFullYear() == new Date().getFullYear() ?
Qt.formatDate(evDate, "dd MMM") : // e.g. "24 Nov" Qt.formatDate(evDate, "d MMM") : // e.g. "5 Dec"
evDate.getFullYear() evDate.getFullYear()