diff --git a/src/PharoLauncher-Spec2/PhLVMPresenter.class.st b/src/PharoLauncher-Spec2/PhLVMPresenter.class.st index 708c63d3..1825c490 100644 --- a/src/PharoLauncher-Spec2/PhLVMPresenter.class.st +++ b/src/PharoLauncher-Spec2/PhLVMPresenter.class.st @@ -99,7 +99,7 @@ PhLVMPresenter >> initializeWindow: aWindowPresenter [ aWindowPresenter title: 'Locally available Virtual Machines'; - initialExtent: 720 @ 300; + initialExtent: 800@350; toolbar: (self newLaunchToolbar fillWith: self rootCommandsGroup / 'Toolbar'); centered.