mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix chat preview in non-default themes.
This commit is contained in:
parent
0dd6ff9d9b
commit
465fc42718
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ Item::Item(not_null<Ui::RpWidget*> parent, not_null<Data::Thread*> thread)
|
||||||
this,
|
this,
|
||||||
tr::lng_context_mark_read(tr::now),
|
tr::lng_context_mark_read(tr::now),
|
||||||
st::previewMarkRead)) {
|
st::previewMarkRead)) {
|
||||||
|
_chatStyle->apply(_theme.get());
|
||||||
setPointerCursor(false);
|
setPointerCursor(false);
|
||||||
setMinWidth(st::previewMenu.menu.widthMin);
|
setMinWidth(st::previewMenu.menu.widthMin);
|
||||||
resize(minWidth(), contentHeight());
|
resize(minWidth(), contentHeight());
|
||||||
|
|
Loading…
Add table
Reference in a new issue