mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Fix interface scale padding in non-authed Settings.
This commit is contained in:
@@ -546,6 +546,10 @@ void SetupInterfaceScale(
|
|||||||
}) | rpl::start_with_next([=](int scale) {
|
}) | rpl::start_with_next([=](int scale) {
|
||||||
setScale(scale, setScale);
|
setScale(scale, setScale);
|
||||||
}, button->lifetime());
|
}, button->lifetime());
|
||||||
|
|
||||||
|
if (!icon) {
|
||||||
|
AddSkip(container, st::settingsThumbSkip);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void OpenFaq() {
|
void OpenFaq() {
|
||||||
|
Reference in New Issue
Block a user