Skip to content

Commit

Permalink
small twaks on main window extents
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jun 21, 2024
1 parent 8fb24a3 commit 921d8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PharoLauncher-Spec2/PhLImagesPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -287,7 +287,7 @@ PhLImagesPresenter >> imageRepository [
{ #category : 'initialization' }
PhLImagesPresenter >> initialExtent [

^ 900@700
^ 900@750
]

{ #category : 'initialization' }
Expand Down

0 comments on commit 921d8f2

Please sign in to comment.