summary refs log tree commit diff
path: root/resources/qml/delegates
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-03-06 13:47:37 +0000
committerGitHub <noreply@github.com>2021-03-06 13:47:37 +0000
commit57a6edadcb82a6ded7e504be139ed1306a0d0251 (patch)
tree3578949d21dafffe55f011c5a24f9531513ebead /resources/qml/delegates
parentMerge pull request #509 from trilene/master (diff)
parentUse short format for time (diff)
downloadnheko-57a6edadcb82a6ded7e504be139ed1306a0d0251.tar.xz
Merge pull request #506 from Nheko-Reborn/timeline-buttons
Use overlay buttons for message actions
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r--resources/qml/delegates/NoticeMessage.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/delegates/NoticeMessage.qml b/resources/qml/delegates/NoticeMessage.qml

index ef15ac26..4f8fbfd2 100644 --- a/resources/qml/delegates/NoticeMessage.qml +++ b/resources/qml/delegates/NoticeMessage.qml
@@ -5,6 +5,4 @@ TextMessage { font.italic: true color: colors.buttonText - height: isReply ? Math.min(timelineRoot.height / 8, implicitHeight) : undefined - clip: isReply }