mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 23:00:54 +00:00
Make the password field activates default widget
When pressing "Enter", the default auth dialog action isn't activated. Setting activates_default to TRUE fixes this issue.
This commit is contained in:
parent
bbf040b777
commit
28830c8596
@ -63,6 +63,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="visibility">False</property>
|
||||
<property name="activates_default">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user