Closed beta 1.2.17.3: Fix layout.

This commit is contained in:
John Preston 2018-05-03 21:02:26 +03:00
parent ca0f6c7ded
commit e6906b84f3

View File

@ -470,7 +470,7 @@ void ProxiesBox::createNoRowsLabel() {
) | rpl::start_with_next([=](int width) {
label->resizeToWidth(width);
label->moveToLeft(0, 0);
});
}, label->lifetime());
}
void ProxiesBox::setupButtons(int id, not_null<ProxyRow*> button) {