Hi Sven. I did little change in Pharo https://github.com/pharo-project/pharo/pull/2096.
The best would be to have floating/docking layout of such panes like in other IDEs. Probably easy to do in Bloc but not in Morphic пн, 17 дек. 2018 г. в 18:52, Sven Van Caekenberghe <[email protected]>: > Thanks, Denis, for the swift reply. > What is the solution, though ? > What do you think should happen ? > Make the constant smaller, like the height of 1 row ? > > > On 17 Dec 2018, at 18:42, Denis Kudriashov <[email protected]> wrote: > > > > Hi Sven. > > > > I checked problem and found following method: > > > > FTTableMorph >> minHeight > > ^ 100 > > > > It prevents full critiques widget to be small. > > > > There is probably a bug in morphic which does not set up this "correct" > extent by default. In my case when I browse your method in fresh image only > three rows are visible in critiques view. But as soon as I start resizing > this pane it becomes bigger and unminimizable. > > > > пн, 17 дек. 2018 г. в 17:14, Sven Van Caekenberghe <[email protected]>: > > I am seeing a huge (multiline, ~ 5 to 7 lines) high 'critiques' area at > the bottom of Calypso browsers in Pharo 7 (dl today), see screenshot: > > > > <Screenshot 2018-12-17 at 17.19.35.png> > > Why is that ? I can't resize it to be smaller. > > On a smaller screen this takes up way too much space. > > Can't we have a widget to remove/collapse that area ? Not a setting. > > > > Sven > > > > >
