From 921d8f2e208cfa00b0d6ce963f0403f3c486b284 Mon Sep 17 00:00:00 2001 From: Esteban Lorenzano Date: Fri, 21 Jun 2024 14:44:29 +0200 Subject: [PATCH] small twaks on main window extents --- src/PharoLauncher-Spec2/PhLImagesPresenter.class.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PharoLauncher-Spec2/PhLImagesPresenter.class.st b/src/PharoLauncher-Spec2/PhLImagesPresenter.class.st index baf68c99..7d9f2845 100644 --- a/src/PharoLauncher-Spec2/PhLImagesPresenter.class.st +++ b/src/PharoLauncher-Spec2/PhLImagesPresenter.class.st @@ -230,7 +230,7 @@ PhLImagesPresenter >> defaultLayout [ add: toolbar expand: false; add: imageFilter expand: false; add: (SpPanedLayout newTopToBottom - positionOfSlider: self initialExtent y * (40 percent); + positionOfSlider: self initialExtent y * (35 percent); add: imageTable; add: descriptionPanel; yourself); @@ -287,7 +287,7 @@ PhLImagesPresenter >> imageRepository [ { #category : 'initialization' } PhLImagesPresenter >> initialExtent [ - ^ 900@700 + ^ 900@750 ] { #category : 'initialization' }