summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorChris Tarazi <tarazichris@gmail.com>2018-02-05 20:42:55 -0800
committerChris Tarazi <tarazichris@gmail.com>2018-02-07 21:32:21 -0800
commit2dcc01633ee2eaa84e0643bff42121c8ac50ee80 (patch)
tree4de58e8d6ebe2323fabc4c493ab2658476850939 /include
parentFix #217: create space for checkmark beforehand (diff)
downloadnheko-2dcc01633ee2eaa84e0643bff42121c8ac50ee80.tar.xz
Apply fixed width for checkmark for all messages
Diffstat (limited to 'include')
-rw-r--r--include/timeline/TimelineItem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/timeline/TimelineItem.h b/include/timeline/TimelineItem.h

index 6a8f277e..c499957b 100644 --- a/include/timeline/TimelineItem.h +++ b/include/timeline/TimelineItem.h
@@ -182,6 +182,7 @@ TimelineItem::setupLocalWidgetLayout(Widget *widget, messageLayout_->addLayout(widgetLayout, 1); } + messageLayout_->addWidget(checkmark_); messageLayout_->addWidget(timestamp_); mainLayout_->addLayout(messageLayout_); } @@ -232,6 +233,7 @@ TimelineItem::setupWidgetLayout(Widget *widget, messageLayout_->addLayout(widgetLayout, 1); } + messageLayout_->addWidget(checkmark_); messageLayout_->addWidget(timestamp_); mainLayout_->addLayout(messageLayout_); }