2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Improve edit privacy box design.

Also move calls peer-to-peer settings to EditPrivacyBox.
This commit is contained in:
John Preston
2018-09-19 12:06:21 +03:00
parent 3ba2a7931e
commit 9388e154cf
9 changed files with 316 additions and 409 deletions

View File

@@ -530,8 +530,8 @@ void SetupDataStorage(not_null<Ui::VerticalLayout*> container) {
Ui::show(Box<AutoDownloadBox>());
});
SetupExport(container);
SetupLocalStorage(container);
SetupExport(container);
AddSkip(container, st::settingsCheckboxesSkip);
}
@@ -688,8 +688,8 @@ void Chat::setupContent() {
SetupStickersEmoji(content);
SetupMessages(content);
SetupChatBackground(content);
SetupDataStorage(content);
SetupChatBackground(content);
SetupThemeOptions(content);
Ui::ResizeFitChild(this, content);