mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-30 11:43:55 +02:00
Fix reactions expanding.
This commit is contained in:
parent
9f738cded2
commit
55a174190e
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ int Selector::extendTopForCategories() const {
|
||||||
|
|
||||||
int Selector::minimalHeight() const {
|
int Selector::minimalHeight() const {
|
||||||
return _skipy
|
return _skipy
|
||||||
+ (_recentRows * _size)
|
+ std::min(_recentRows * _size, st::emojiPanMinHeight)
|
||||||
+ st::emojiPanRadius
|
+ st::emojiPanRadius
|
||||||
+ _st.padding.bottom();
|
+ _st.padding.bottom();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue