From e6906b84f3d3d1f247b322c3ed01c72c790081f4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 3 May 2018 21:02:26 +0300 Subject: [PATCH] Closed beta 1.2.17.3: Fix layout. --- Telegram/SourceFiles/boxes/connection_box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/connection_box.cpp b/Telegram/SourceFiles/boxes/connection_box.cpp index 07a86f5f0..81549d53c 100644 --- a/Telegram/SourceFiles/boxes/connection_box.cpp +++ b/Telegram/SourceFiles/boxes/connection_box.cpp @@ -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 button) {