mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-25 23:21:45 +03:00
create: Make sure create window maintains a sane each time it is launched
This commit is contained in:
parent
321b4a2e03
commit
7cdb519640
@ -375,6 +375,8 @@ class vmmCreate(vmmGObjectUI):
|
||||
net_warn_box.hide()
|
||||
net_expander.set_expanded(False)
|
||||
|
||||
# Make sure window is a sane size
|
||||
self.topwin.resize(1, 1)
|
||||
|
||||
def set_conn_state(self):
|
||||
# Update all state that has some dependency on the current connection
|
||||
|
Loading…
Reference in New Issue
Block a user