Skip to content

Commit

Permalink
Make subpanes of box and paned layout matchParent, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jun 28, 2024
1 parent 1837d8f commit d232ff5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Spec-Toplo/SpToploDirectionableLayoutAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Class {
SpToploDirectionableLayoutAdapter >> newHorizontalPane [

^ ToPane horizontal
matchParent;
yourself
]

{ #category : #'instance creation' }
Expand All @@ -21,4 +23,6 @@ SpToploDirectionableLayoutAdapter >> newToploWidget [
SpToploDirectionableLayoutAdapter >> newVerticalPane [

^ ToPane vertical
matchParent;
yourself
]

0 comments on commit d232ff5

Please sign in to comment.