Skip to content

Commit

Permalink
Merge pull request #364 from seandenigris/enh_gt-token-selector-flow
Browse files Browse the repository at this point in the history
[Enh]: GT Form Tokens should Flow
  • Loading branch information
seandenigris authored Sep 11, 2024
2 parents fff9868 + 40ef559 commit f387bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Magritte-GToolkit/MATokenSelectorElement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ MATokenSelectorElement >> relationDescription: anObject [
MATokenSelectorElement >> tokenContainer [
tokenContainer ifNotNil: [ ^ tokenContainer ].

^ tokenContainer := BrHorizontalPane new
^ tokenContainer := BrHorizontalFlow new
vFitContent;
hFitContent;
hMatchParent;
yourself
]

0 comments on commit f387bf3

Please sign in to comment.