mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Fix error layout in passport email/phone.
This commit is contained in:
parent
81e074115d
commit
51d7e177a6
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue