clone: Fix some UI resizing issues

This commit is contained in:
Cole Robinson 2011-04-14 13:07:52 -04:00
parent 4a4d5ebaa6
commit cc8e930613
2 changed files with 2 additions and 0 deletions

View File

@ -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):

View File

@ -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>