You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by ahgittin <gi...@git.apache.org> on 2018/10/23 12:21:50 UTC

[GitHub] brooklyn-ui issue #84: New layout for the blueprint composer

Github user ahgittin commented on the issue:

    https://github.com/apache/brooklyn-ui/pull/84
  
    and it works great.  huge improvement!
    
    one thing, the palette looks odd now not filling the vertical space at left.  can we set it up to do jquery-style math e.g. set the number of items to be `Math.max(16, 4 * ((int)paletteAvailableItems.height / 32))` ?
    
    apart from that, and comments above, good to merge.  (and the palette filling could be pushed to another PR if you're pressed for time.)


---