Skip to content
Snippets Groups Projects
Commit d0a9a68a authored by Nico's avatar Nico
Browse files

Don't show text in password entries

parent f173a6b4
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@
<child>
<object class="GtkEntry" id="password_entry">
<property name="visible">True</property>
<property name="visibility">False</property>
</object>
<packing>
<property name="left_attach">1</property>
......
......@@ -71,6 +71,7 @@
<child>
<object class="GtkEntry" id="password_entry">
<property name="visible">True</property>
<property name="visibility">False</property>
<property name="placeholder_text" translatable="yes">Choose your password</property>
</object>
<packing>
......@@ -81,6 +82,7 @@
<child>
<object class="GtkEntry" id="password_confirm_entry">
<property name="visible">True</property>
<property name="visibility">False</property>
<property name="placeholder_text" translatable="yes">Confirm your password</property>
</object>
<packing>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment