Skip to content

Commit

Permalink
Make RubScrolledTextMorph grow by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fmqa authored Aug 22, 2022
1 parent b4b06a7 commit 9a41d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Rubric/RubScrolledTextMorph.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ RubScrolledTextMorph >> defaultGhostTextMorph [
RubScrolledTextMorph >> defaultScrollTarget [
| textArea |
textArea := self textAreaClass new.
textArea grow: true. "Ensure morph width tracks line width"
textArea backgroundColor: Color lightGray veryMuchLighter.
^ textArea
]
Expand Down

0 comments on commit 9a41d33

Please sign in to comment.