moment/harmonyqml/components/chat/Daybreak.qml
2019-04-28 11:03:08 -04:00

15 lines
450 B
QML

import QtQuick 2.7
import "../base" as Base
Base.HNoticeLabel {
text: dateTime.toLocaleDateString()
color: Base.HStyle.chat.daybreak.foreground
backgroundColor: Base.HStyle.chat.daybreak.background
radius: Base.HStyle.chat.daybreak.radius
width: messageDelegate.width
//topPadding: messageDelegate.isFirstMessage ?
//0 : messageDelegate.standardSpacing
//bottomPadding: messageDelegate.standardSpacing
}