mirror of https://github.com/procxx/kepka.git
Fix error layout in passport email/phone.
This commit is contained in:
parent
81e074115d
commit
51d7e177a6
|
@ -300,6 +300,7 @@ void PanelEditContact::setupControls(
|
||||||
if (error.key == QString("value")) {
|
if (error.key == QString("value")) {
|
||||||
_field->showError();
|
_field->showError();
|
||||||
errorWrap->entity()->setText(error.text);
|
errorWrap->entity()->setText(error.text);
|
||||||
|
_content->resizeToWidth(width());
|
||||||
errorWrap->show(anim::type::normal);
|
errorWrap->show(anim::type::normal);
|
||||||
}
|
}
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
|
|
Loading…
Reference in New Issue