[virt-tools-list] [virt-manager PATCH 1/3] details: add missing mnemonic in cpu UI tab
Chen Hanxiao
chenhanxiao at cn.fujitsu.com
Tue Oct 21 07:24:20 UTC 2014
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
ui/details.ui | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/ui/details.ui b/ui/details.ui
index 7b33613..0412706 100644
--- a/ui/details.ui
+++ b/ui/details.ui
@@ -1974,7 +1974,9 @@ if you know what you are doing.</small></property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">Maximum allocation:</property>
+ <property name="label" translatable="yes">Ma_ximum allocation:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">config-maxvcpus</property>
</object>
<packing>
<property name="top_attach">2</property>
@@ -1990,6 +1992,7 @@ if you know what you are doing.</small></property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Current a_llocation:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">config-vcpus</property>
</object>
<packing>
<property name="top_attach">1</property>
--
1.9.3
More information about the virt-tools-list
mailing list