2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

merged inputfield, requesting channeldialogs

This commit is contained in:
John Preston
2015-09-03 16:15:07 +03:00
17 changed files with 1032 additions and 244 deletions

View File

@@ -2476,6 +2476,7 @@ void OverviewInner::showAll(bool recountHeights) {
newHeight = _height;
_addToY = (_height < _minHeight) ? (_minHeight - _height) : 0;
}
if (newHeight < _minHeight) {
newHeight = _minHeight;
}