2019-03-22 14:28:14 +11:00
|
|
|
import QtQuick 2.7
|
2019-04-29 04:34:29 +10:00
|
|
|
import "../../Base" as Base
|
2019-03-22 14:28:14 +11:00
|
|
|
|
2019-04-29 01:01:38 +10:00
|
|
|
Base.HNoticeLabel {
|
|
|
|
text: dateTime.toLocaleDateString()
|
|
|
|
color: Base.HStyle.chat.daybreak.foreground
|
|
|
|
backgroundColor: Base.HStyle.chat.daybreak.background
|
|
|
|
radius: Base.HStyle.chat.daybreak.radius
|
2019-04-22 10:55:24 +10:00
|
|
|
|
2019-04-29 04:34:29 +10:00
|
|
|
width: roomEventDelegate.width
|
2019-03-22 14:28:14 +11:00
|
|
|
}
|