mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
clone: Fix some UI resizing issues
This commit is contained in:
parent
4a4d5ebaa6
commit
cc8e930613
@ -128,6 +128,7 @@ class vmmCloneVM(vmmGObjectUI):
|
||||
def show(self, parent):
|
||||
self.reset_state()
|
||||
self.topwin.set_transient_for(parent)
|
||||
self.topwin.resize(1, 1)
|
||||
self.topwin.present()
|
||||
|
||||
def close(self, ignore1=None, ignore2=None):
|
||||
|
@ -882,6 +882,7 @@ uses the existing disk image for both the original and the new machine.</span
|
||||
</child>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user