mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix error layout in passport email/phone.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user