mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fix reactions expanding.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user