-Now actually passing the (modified) Chat to PinpadGTK and to pace-tool

-PinpadGTK can now be used with different PACE secrets
-Changed the display of entered digits in PinpadGTK. Underscores are used to
indicate the length of the secret and are repalce by stars during PIN entry
-Bugfix: Added correct thread initialisation
-Changed the font size and weight of the status label


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@204 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-07-09 16:07:52 +00:00
parent 6c14717218
commit 31c527cd0b
3 changed files with 74 additions and 32 deletions

View File

@@ -39,9 +39,9 @@
<object class="GtkEntry" id="txtOutput">
<property name="visible">True</property>
<property name="editable">False</property>
<property name="max_length">10</property>
<property name="invisible_char">&#x25CF;</property>
<property name="width_chars">0</property>
<property name="xalign">0.5</property>
<property name="truncate_multiline">True</property>
<property name="shadow_type">out</property>
<property name="invisible_char_set">True</property>