mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Closed beta 1000020001: remove chats list padding. Fix #3098
Also return config requesting at the beginning of each app launch.
This commit is contained in:
@@ -3083,8 +3083,6 @@ void DialogsWidget::updateControlsGeometry() {
|
||||
auto updateHeight = _updateTelegram->height();
|
||||
_updateTelegram->setGeometry(0, height() - updateHeight, width(), updateHeight);
|
||||
scrollHeight -= updateHeight;
|
||||
} else {
|
||||
scrollHeight -= st::dialogsPadding.y();
|
||||
}
|
||||
_scroll->setGeometry(0, scrollTop, width(), scrollHeight);
|
||||
if (addToScroll) {
|
||||
|
Reference in New Issue
Block a user