No leading 0 for RoomDelegate last event time
To save some pixels
This commit is contained in:
parent
72b5954ce3
commit
717680bf0c
8
TODO.md
8
TODO.md
|
@ -1,11 +1,13 @@
|
|||
- Refactoring
|
||||
- Use HInterfaceBox for EditAccount Profile and Encryption
|
||||
- HButton
|
||||
- Control: hovered, visualFocus, enaled
|
||||
- Border and pressed color in theme / checkbox theming
|
||||
|
||||
- `^property type name$`
|
||||
- Use [Animators](https://doc.qt.io/qt-5/qml-qtquick-animator.html)
|
||||
- Choose a better default easing type for animations
|
||||
- Sendbox
|
||||
- HButton
|
||||
- Control: hovered, visualFocus, enaled
|
||||
- Border and pressed color in theme / checkbox theming
|
||||
- Room Sidepane
|
||||
- Hide when window too small
|
||||
- Also save/load its size
|
||||
|
|
|
@ -69,7 +69,7 @@ HInteractiveRectangle {
|
|||
Utils.formatTime(evDate, false) : // no seconds
|
||||
|
||||
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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user