mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-13 04:37:11 +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 {
|
||||
return _skipy
|
||||
+ (_recentRows * _size)
|
||||
+ std::min(_recentRows * _size, st::emojiPanMinHeight)
|
||||
+ st::emojiPanRadius
|
||||
+ _st.padding.bottom();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue