Improve design of contacts according to mockups.

This commit is contained in:
John Preston
2023-07-05 12:55:22 +04:00
parent e41dba5fb2
commit 57b7391f53
7 changed files with 27 additions and 10 deletions
@@ -230,7 +230,9 @@ void StoriesController::rowClicked(not_null<PeerListRow*> row) {
base::unique_qptr<Ui::PopupMenu> StoriesController::rowContextMenu(
QWidget *parent,
not_null<PeerListRow*> row) {
auto result = base::make_unique_q<Ui::PopupMenu>(parent);
auto result = base::make_unique_q<Ui::PopupMenu>(
parent,
st::popupMenuWithIcons);
Dialogs::Stories::FillSourceMenu(_window, {
.id = row->id(),