mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #621744 - Prompt for password is not hidden
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19273 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5442e4fadf
commit
9b135be4bf
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<glade-interface>
|
||||
<!-- interface-requires gtk+ 2.8 -->
|
||||
<!-- interface-requires gtk+ 2.10 -->
|
||||
<!-- interface-naming-policy toplevel-contextual -->
|
||||
<widget class="GtkDialog" id="File Access">
|
||||
<property name="border_width">5</property>
|
||||
@ -191,6 +191,7 @@
|
||||
<widget class="GtkEntry" id="tf_password">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="visibility">False</property>
|
||||
<property name="invisible_char">●</property>
|
||||
</widget>
|
||||
<packing>
|
||||
|
Loading…
Reference in New Issue
Block a user