Apply fixed width for checkmark for all messages
This commit is contained in:
parent
a15079c68f
commit
2dcc01633e
2 changed files with 9 additions and 1 deletions
|
|
@ -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_);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue