mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-09 06:55:45 -06:00
details: Couple mini 'panic' UI cleanups
This commit is contained in:
parent
c7a374b51d
commit
f055b07a61
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.16.0 on Sat Jan 11 15:03:54 2014 -->
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 3.0 -->
|
||||
<object class="GtkAccelGroup" id="accelgroup1"/>
|
||||
@ -437,6 +438,7 @@
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="homogeneous">False</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
@ -1384,8 +1386,8 @@
|
||||
<property name="use_underline">True</property>
|
||||
<property name="xalign">0.5</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<signal name="toggled" handler="on_security_type_changed" swapped="no"/>
|
||||
<signal name="activate" handler="on_security_type_changed" swapped="no"/>
|
||||
<signal name="toggled" handler="on_security_type_changed" swapped="no"/>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="x_options"/>
|
||||
@ -6949,17 +6951,11 @@
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment5">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment10">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">3</property>
|
||||
<property name="left_padding">8</property>
|
||||
<property name="left_padding">12</property>
|
||||
<child>
|
||||
<object class="GtkGrid" id="table_panic">
|
||||
<property name="visible">True</property>
|
||||
@ -7001,6 +6997,7 @@
|
||||
<object class="GtkLabel" id="panic-type">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">panic-address-type</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -7014,6 +7011,7 @@
|
||||
<object class="GtkLabel" id="panic-iobase">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">panic-iobase</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -7027,8 +7025,6 @@
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child type="label">
|
||||
<object class="GtkLabel" id="label94">
|
||||
<property name="visible">True</property>
|
||||
|
@ -3114,7 +3114,8 @@ class vmmDetails(vmmGObjectUI):
|
||||
uihelpers.set_grid_row_visible(self.widget(widgetname), True)
|
||||
self.widget(widgetname).set_text(val or "-")
|
||||
|
||||
show_ui("type")
|
||||
ptyp = virtinst.VirtualPanicDevice.get_pretty_type(dev.type)
|
||||
show_ui("type", ptyp)
|
||||
show_ui("iobase")
|
||||
|
||||
def refresh_rng_page(self):
|
||||
|
Loading…
Reference in New Issue
Block a user