mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-02 09:47:16 +03:00
Make manager vm list have input focus on startup.
This commit is contained in:
parent
3adb736c46
commit
f72020a0e2
@ -3,7 +3,6 @@
|
||||
<!--*- mode: xml -*-->
|
||||
<glade-interface>
|
||||
<widget class="GtkWindow" id="vmm-manager">
|
||||
<property name="visible">False</property>
|
||||
<property name="title" translatable="yes">Virtual Machine Manager</property>
|
||||
<property name="default_width">700</property>
|
||||
<property name="default_height">500</property>
|
||||
@ -312,6 +311,7 @@ Inactive virtual machines</property>
|
||||
<widget class="GtkTreeView" id="vm-list">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="has_focus">True</property>
|
||||
<property name="rules_hint">True</property>
|
||||
<signal name="button_press_event" handler="on_vm_list_button_press_event"/>
|
||||
<signal name="row_collapsed" handler="on_vm_list_row_collapsed"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user