mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Closed beta 1.2.17.3: Fix layout.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user