fix: wrap new account error labels

This commit is contained in:
Evangelos Paterakis 2022-11-19 23:10:06 +02:00
parent b80db8647c
commit e3601196da
No known key found for this signature in database
GPG key ID: FE5185F095BFC8C9

View file

@ -75,6 +75,7 @@
<child>
<object class="GtkLabel" id="instance_entry_error">
<property name="label" translatable="yes"></property>
<property name="wrap">1</property>
<style>
<class name="error"/>
</style>
@ -146,6 +147,7 @@
<child>
<object class="GtkLabel" id="code_entry_error">
<property name="label" translatable="yes"></property>
<property name="wrap">1</property>
<style>
<class name="error"/>
</style>