mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-28 07:06:04 +00:00
Fix warning with default widget focus in auth dialog
This commit is contained in:
parent
8b849632fd
commit
a16f4d5767
@ -95,6 +95,8 @@
|
||||
<widget class="GtkButton" id="button-ok">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="can_default">True</property>
|
||||
<property name="has_default">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="label" translatable="yes">gtk-ok</property>
|
||||
<property name="use_stock">True</property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user