The Trunk: Morphic-mt.835.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-mt.835.mcz

commits-2
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.835.mcz

==================== Summary ====================

Name: Morphic-mt.835
Author: mt
Time: 7 April 2015, 11:54:01.456 am
UUID: 178521f6-057f-fa40-b4e6-8463970180de
Ancestors: Morphic-mt.834

Default search bar width increased to 200 pixel.

=============== Diff against Morphic-mt.834 ===============

Item was changed:
  ----- Method: TheWorldMainDockingBar>>searchBarOn: (in category 'right side') -----
  searchBarOn: aDockingBar
 
  aDockingBar
+ addMorphBack: (SearchBar build vResizing: #spaceFill; width: 200);
- addMorphBack: (SearchBar build vResizing: #spaceFill);
  addDefaultSpace!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-mt.835.mcz

Chris Muller-3
Marcel, thanks so much for making the Search Bar better.  Hey, on
this, instead of width: 200 how about simply hResizing: #spaceFill?  I
like that because when the image window is large, SB is generously
sized (and yet not too big) and if the image window is sized small, it
still fits as best it can.


On Tue, Apr 7, 2015 at 4:54 AM,  <[hidden email]> wrote:

> Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-mt.835.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-mt.835
> Author: mt
> Time: 7 April 2015, 11:54:01.456 am
> UUID: 178521f6-057f-fa40-b4e6-8463970180de
> Ancestors: Morphic-mt.834
>
> Default search bar width increased to 200 pixel.
>
> =============== Diff against Morphic-mt.834 ===============
>
> Item was changed:
>   ----- Method: TheWorldMainDockingBar>>searchBarOn: (in category 'right side') -----
>   searchBarOn: aDockingBar
>
>         aDockingBar
> +               addMorphBack: (SearchBar build vResizing: #spaceFill; width: 200);
> -               addMorphBack: (SearchBar build vResizing: #spaceFill);
>                 addDefaultSpace!
>
>