diff options
Diffstat (limited to 'ui/preferences.ui')
-rw-r--r-- | ui/preferences.ui | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/ui/preferences.ui b/ui/preferences.ui index 6a9b63f2..7b5ec702 100644 --- a/ui/preferences.ui +++ b/ui/preferences.ui @@ -679,36 +679,6 @@ Redirection:</property> </packing> </child> <child> - <object class="GtkCheckButton" id="prefs-console-accels"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="tooltip_text" translatable="yes">When the guest graphical console has keyboard focus, do not disable shortcuts for console window menus (Alt+F -> File, etc.) Normally these are disabled to ensure that typing in the guest does not accidentally perform an operation in virt-manager's console window.</property> - <property name="halign">start</property> - <property name="draw_indicator">True</property> - <signal name="toggled" handler="on_prefs_console_accels_toggled" swapped="no"/> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">3</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="label15"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="tooltip_text" translatable="yes">When the guest graphical console has keyboard focus, do not disable shortcuts for console window menus (Alt+F -> File, etc.) Normally these are disabled to ensure that typing in the guest does not accidentally perform an operation in virt-manager's console window.</property> - <property name="halign">start</property> - <property name="label" translatable="yes">_Force console shortcuts:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">prefs-console-accels</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">3</property> - </packing> - </child> - <child> <object class="GtkButton" id="prefs-keys-grab-changebtn"> <property name="label" translatable="yes">Change...</property> <property name="visible">True</property> @@ -761,7 +731,7 @@ Redirection:</property> </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">4</property> + <property name="top_attach">3</property> </packing> </child> <child> @@ -772,7 +742,7 @@ Redirection:</property> </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">4</property> + <property name="top_attach">3</property> </packing> </child> </object> |