Skip to content

Commit

Permalink
Set a minimumHeight for SquotPluggableWorkspace
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Oct 19, 2023
1 parent a88ddde commit 1a2587a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
toolbuilder
buildWith: builder
^ self buildCodePaneWith: builder
^ (self buildCodePaneWith: builder)
minimumHeight: (self minHeightWith: builder);
yourself
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
toolbuilder
minHeightWith: builder
^ builder inputFieldHeightFor: 3 "lines"
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"class" : {
},
"instance" : {
"buildWith:" : "mad 9/15/2023 16:17",
"buildWith:" : "mad 10/19/2023 18:01",
"contents:notifying:" : "mad 9/13/2023 17:44",
"evaluate:notifying:ifFail:" : "mad 9/13/2023 17:40",
"minHeightWith:" : "mad 10/19/2023 18:01",
"onSave" : "mad 9/10/2023 21:03",
"onSave:" : "mad 9/10/2023 21:03" } }

0 comments on commit 1a2587a

Please sign in to comment.