Fix error layout in passport email/phone.

This commit is contained in:
John Preston 2018-07-11 01:40:55 +03:00
parent 81e074115d
commit 51d7e177a6
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ void PanelEditContact::setupControls(
if (error.key == QString("value")) {
_field->showError();
errorWrap->entity()->setText(error.text);
_content->resizeToWidth(width());
errorWrap->show(anim::type::normal);
}
}, lifetime());