Skip to content

Commit

Permalink
Just less newHorizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Feb 11, 2022
1 parent c39b12f commit 56785a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/DrTests/DTDefaultPluginPresenter.class.st
Expand Up @@ -77,16 +77,16 @@ DTDefaultPluginPresenter class >> buildResultGroupWith: presenterInstance [
DTDefaultPluginPresenter class >> defaultLayout [

^ SpBoxLayout newTopToBottom
add: (SpPanedLayout newHorizontal
add: (SpPanedLayout newHorizontal
add: (SpBoxLayout newVertical
add: (SpPanedLayout newLeftToRight
add: (SpPanedLayout newLeftToRight
add: (SpBoxLayout newTopToBottom
add: #packagesList;
yourself);
add: (SpBoxLayout newVertical
add: (SpBoxLayout newTopToBottom
add: #itemsList;
yourself);
yourself);
add: (SpBoxLayout newVertical
add: (SpBoxLayout newTopToBottom
add: #resultViewsDropList
withConstraints: [ :constraints | constraints expand: false ];
add: #resultLabel
Expand Down

0 comments on commit 56785a6

Please sign in to comment.