Skip to content

Commit

Permalink
fix bug that board/lane area wouldn't resize after synchronizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikhuschka committed Jun 23, 2022
1 parent 72b9d25 commit f00dfaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
toolbuilder
buildLaneAreaSpecWith: aBuilder

^ aBuilder resizeScrollPaneSpec new
frame: (0@0 corner: 0.75@1);
name: #laneArea;
model: self;
scrollBarThickness: 20;
vScrollBarPolicy: #never;
children: #buildLaneAreaChildren;
layout: #horizontal;
yourself.
^ self buildLaneAreaSpecWith: aBuilder aWidth: 0.75.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
toolbuilder
buildLaneAreaSpecWith: aBuilder aWidth: aNumber

^ aBuilder pluggableScrollPaneSpec new
^ aBuilder resizeScrollPaneSpec new
frame: (0@0 corner: aNumber@1);
name: #laneArea;
model: self;
scrollBarThickness: 20;
vScrollBarPolicy: #never;
children: #buildLaneAreaChildren;
layout: #horizontal;
Expand Down
4 changes: 2 additions & 2 deletions Squello-Core.package/SPBBoard.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"buildAddLaneButtonSpecWith:" : "mcr 6/6/2022 22:30",
"buildAndOpen" : "NTK 6/1/2022 16:47",
"buildLaneAreaChildren" : "mcr 6/6/2022 22:42",
"buildLaneAreaSpecWith:" : "jh 6/18/2022 12:16",
"buildLaneAreaSpecWith:aWidth:" : "6/20/2022 18:47:04",
"buildLaneAreaSpecWith:" : "jh 6/23/2022 09:31",
"buildLaneAreaSpecWith:aWidth:" : "jh 6/23/2022 09:30",
"buildLaneBodySpecWith:And:" : "jh 6/18/2022 12:23",
"buildLaneHeaderAddCardButtonSpecWith:And:" : "mcr 5/27/2022 18:58",
"buildLaneHeaderMoveLaneButtonSpecWith:And:" : "lo 6/15/2022 10:09",
Expand Down

0 comments on commit f00dfaf

Please sign in to comment.