mirror of https://github.com/procxx/kepka.git
Fix layout in the spellchecker settings block.
This commit is contained in:
parent
d1e2fec760
commit
3fd2d73f04
|
@ -540,8 +540,8 @@ void Advanced::setupContent(not_null<Window::SessionController*> controller) {
|
||||||
AddSkip(content);
|
AddSkip(content);
|
||||||
|
|
||||||
if (HasSystemSpellchecker()) {
|
if (HasSystemSpellchecker()) {
|
||||||
AddSkip(content);
|
|
||||||
AddDivider(content);
|
AddDivider(content);
|
||||||
|
AddSkip(content);
|
||||||
AddSubsectionTitle(content, tr::lng_settings_spellchecker());
|
AddSubsectionTitle(content, tr::lng_settings_spellchecker());
|
||||||
SetupSpellchecker(controller, content);
|
SetupSpellchecker(controller, content);
|
||||||
AddSkip(content);
|
AddSkip(content);
|
||||||
|
|
Loading…
Reference in New Issue