Change invisible character to *

pull/61/head
Christian T. Jacobs 2017-05-09 17:25:27 +01:00
rodzic da9b31ea10
commit 69b4333e2a
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -2454,7 +2454,7 @@ along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</pro
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="visibility">False</property>
<property name="invisible_char"></property>
<property name="invisible_char">*</property>
<property name="width_chars">15</property>
<property name="input_purpose">password</property>
</object>
@ -4156,6 +4156,8 @@ Base64-encoded plain text in the configuration file.</property>
<object class="GtkEntry" id="password_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="visibility">False</property>
<property name="invisible_char">*</property>
<property name="input_purpose">password</property>
</object>
<packing>