mirror of https://github.com/procxx/kepka.git
Closed beta 1.2.17.3: Fix layout.
This commit is contained in:
parent
ca0f6c7ded
commit
e6906b84f3
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue