Skip to content

Commit

Permalink
[Enh]: GT Form Tokens should Flow
Browse files Browse the repository at this point in the history
Before, if there were many multiple options or to-many relation items, they would often run off the screen and get clipped. 

After, they flow down to stay within the container horizontally
  • Loading branch information
seandenigris committed Sep 11, 2024
1 parent fff9868 commit 40ef559
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 40ef559

Please sign in to comment.