2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +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

@@ -158,10 +158,10 @@ not_null<Button*> AddButtonWithLabel(
return button;
}
void AddSubsectionTitle(
not_null<Ui::FlatLabel*> AddSubsectionTitle(
not_null<Ui::VerticalLayout*> container,
rpl::producer<QString> text) {
container->add(
return container->add(
object_ptr<Ui::FlatLabel>(
container,
std::move(text),