mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +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) {
|
) | rpl::start_with_next([=](int width) {
|
||||||
label->resizeToWidth(width);
|
label->resizeToWidth(width);
|
||||||
label->moveToLeft(0, 0);
|
label->moveToLeft(0, 0);
|
||||||
});
|
}, label->lifetime());
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProxiesBox::setupButtons(int id, not_null<ProxyRow*> button) {
|
void ProxiesBox::setupButtons(int id, not_null<ProxyRow*> button) {
|
||||||
|
Reference in New Issue
Block a user