2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Display full themes list in Settings.

This commit is contained in:
John Preston
2019-09-04 18:59:43 +03:00
parent 534772722e
commit dd74f57a66
10 changed files with 641 additions and 288 deletions

View File

@@ -165,7 +165,7 @@ not_null<Ui::RpWidget*> UrlAuthBox::setupContent(
st::boxPadding.bottom(),
st::boxPadding.right(),
st::boxPadding.bottom()));
checkbox->setAllowMultiline(true);
checkbox->setAllowTextLines();
checkbox->setText(text, true);
return checkbox;
};